summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 15:59:44 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 15:59:44 +0300
commit753fc766ad5b29a53feba0c16d77a25f96d74e8c (patch)
tree37fcb2d28c8b064883492253d54d04194c83a499 /themes
parent6d9761498ee2295415e9eb43c6811f89ccfa0a71 (diff)
update neutral theme: fix disabled controls
Diffstat (limited to 'themes')
-rw-r--r--themes/neutral/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css
index 3aa460f16..ebf65a76a 100644
--- a/themes/neutral/theme.css
+++ b/themes/neutral/theme.css
@@ -103,7 +103,7 @@ table.prefFilterList td.filterEditCat {
}
button[disabled], input[disabled], select[disabled], textarea[disabled] {
- background : #404040;
+ background : #f0f0f0;
color : gray;
}