update neutral theme: fix disabled controls

master
Andrew Dolgov 16 years ago
parent 6d9761498e
commit 753fc766ad

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

Loading…
Cancel
Save