From 00e3017411880538273507325ea82f459d0d4873 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 30 Sep 2009 13:36:17 +0000 Subject: [PATCH] Updated theme to be not "black" if something is disabled git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14417 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 17721d774..7a5b6fabe 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1679,7 +1679,7 @@ div.autocomplete ul li.selected { background-color: #F0F0F0;} } input[disabled] { - color:black; + color:#888; background-color:#DDD; } -- 2.30.2