From 753fc766ad5b29a53feba0c16d77a25f96d74e8c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 15:59:44 +0300 Subject: [PATCH] update neutral theme: fix disabled controls --- themes/neutral/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2