]> git.wh0rd.org - tt-rss.git/commitdiff
update neutral theme: fix disabled controls
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 12:59:44 +0000 (15:59 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 12:59:44 +0000 (15:59 +0300)
themes/neutral/theme.css

index 3aa460f166c5521aedb832d83da252d67918ea61..ebf65a76af6511c6ece77798aed443dd58b3061a 100644 (file)
@@ -103,7 +103,7 @@ table.prefFilterList td.filterEditCat {
 }
 
 button[disabled], input[disabled], select[disabled], textarea[disabled] {
-       background : #404040;
+       background : #f0f0f0;
        color : gray;
 }