From 88417e5dc856b727a8e8d5659701f5b486b180ea Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 21 Apr 2010 09:22:25 +0000 Subject: [PATCH] Corrected disabled styles for single line selects git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17770 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"]{ -- 2.30.2