summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-06 16:18:59 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-06 16:18:59 +0000
commitc96c59560b09aa1e68638acdd68e78d822835f29 (patch)
tree1410347309ca8c197253fbdabab926e9502af3ea /themes
parent270a37480db03d05e99d49ba055ff78a0a295cb9 (diff)
downloadbrdo-c96c59560b09aa1e68638acdd68e78d822835f29.tar.gz
brdo-c96c59560b09aa1e68638acdd68e78d822835f29.tar.bz2
#854432 by Jeff Burnz: Fixed Add styling for disabled form elements in Bartik
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style.css21
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 */