diff options
-rw-r--r-- | themes/bartik/css/style.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 85954601d..15edc6dde 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -1191,6 +1191,27 @@ fieldset .description { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } + +/* Disabled form elements */ +input.form-button-disabled, +input.form-button-disabled:hover, +input.form-button-disabled:focus, +input.form-button-disabled:active, +.form-disabled input, +.form-disabled select, +.form-disabled textarea { + background: #ededed; + border-color: #bbb; + color: #717171; +} +.form-disabled .grippie { + background-color: #ededed; + border-color: #bbb; +} +.form-disabled label { + color: #717171; +} + /* Animated throbber */ html.js input.form-autocomplete { background-position: 100% 4px; /* LTR */ |