Code

Updated theme to be not "black" if something is disabled
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 13:36:17 +0000 (13:36 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 30 Sep 2009 13:36:17 +0000 (13:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14417 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/default/style.css

index 17721d774e9af5ebd318e3600737424609cf8c0f..7a5b6fabe202b0186a998ff13127a3683cc46fcc 100644 (file)
@@ -1679,7 +1679,7 @@ div.autocomplete ul li.selected { background-color: #F0F0F0;}
 }
 
 input[disabled] {
-  color:black;   
+  color:#888;   
   background-color:#DDD;
 }