From 754cd86905696c4aea058f0114973e68e8ed1dee Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 7 Jan 2011 11:23:34 +0000 Subject: [PATCH] Updated select field background color git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index cc9118d46..4b28ca8f7 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -98,6 +98,7 @@ input[type=password]{ textarea, select { border:1px solid #DDD; margin-bottom:2px; + background-color:white; } textarea[disabled], select:disabled, select[size="1"]:disabled { -- 2.30.2