]> git.wh0rd.org - tt-rss.git/blobdiff - themes/neutral/theme.css
update neutral theme: fix disabled controls
[tt-rss.git] / 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;
 }