update neutral theme: fix disabled controls

This commit is contained in:
Andrew Dolgov 2010-01-15 15:59:44 +03:00
parent 6d9761498e
commit 753fc766ad

View file

@ -103,7 +103,7 @@ table.prefFilterList td.filterEditCat {
}
button[disabled], input[disabled], select[disabled], textarea[disabled] {
background : #404040;
background : #f0f0f0;
color : gray;
}