1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 21:35:56 +00:00

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] { button[disabled], input[disabled], select[disabled], textarea[disabled] {
background : #404040; background : #f0f0f0;
color : gray; color : gray;
} }