From: Andrew Dolgov Date: Fri, 15 Jan 2010 12:59:44 +0000 (+0300) Subject: update neutral theme: fix disabled controls X-Git-Tag: 1.4.0~25 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=753fc766ad5b29a53feba0c16d77a25f96d74e8c;p=tt-rss.git update neutral theme: fix disabled controls --- diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css index 3aa460f1..ebf65a76 100644 --- a/themes/neutral/theme.css +++ b/themes/neutral/theme.css @@ -103,7 +103,7 @@ table.prefFilterList td.filterEditCat { } button[disabled], input[disabled], select[disabled], textarea[disabled] { - background : #404040; + background : #f0f0f0; color : gray; }