From: cajus Date: Wed, 21 Apr 2010 09:22:25 +0000 (+0000) Subject: Corrected disabled styles for single line selects X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88417e5dc856b727a8e8d5659701f5b486b180ea;p=gosa.git Corrected disabled styles for single line selects git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 7600b150e..59d5ade68 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -59,15 +59,15 @@ textarea, select { margin-bottom:2px; } -input[disabled] { -color:#888; -background-color:#DDD; -} - -textarea[disabled], select[disabled] { -color:#000; -background-color:#DDD; +textarea[disabled], select:disabled, select[size="1"]:disabled { +color:#666; +background-color:#F0F0F0; border-color:#CCC; +} + +input[disabled] { +background-color:#F0F0F0; +color:#666; } select[size="1"]{