diff --git a/chipper/webroot/css/style.css b/chipper/webroot/css/style.css index 838f71a9..fca27243 100755 --- a/chipper/webroot/css/style.css +++ b/chipper/webroot/css/style.css @@ -110,6 +110,10 @@ input[type="text"]:focus, input[type="file"]:focus, select:focus { border-color: var(--fg-color-alt); } +input[type='text']:disabled { + cursor: not-allowed; +} + .small-hr { border: 1px solid #3e3e3e; width: 30%; @@ -267,6 +271,15 @@ input[type='radio']:checked:after { display: inline-block; } +input[type='radio']:disabled { + cursor: not-allowed; +} + +input[type='radio']:disabled:after { + background-color: var(--button-color-alt); + cursor: not-allowed; +} + /* ###################################### */ #username, #password { width: 499px !important; diff --git a/chipper/webroot/sdkapp/control.html b/chipper/webroot/sdkapp/control.html index 33f63aba..a3c93b80 100755 --- a/chipper/webroot/sdkapp/control.html +++ b/chipper/webroot/sdkapp/control.html @@ -1,69 +1,94 @@ + + Vector Web App + + + + - - Vector Web App - - - - - - -
-
-

Vector control (beta)

-
-