From: cajus Date: Fri, 7 Jan 2011 11:23:34 +0000 (+0000) Subject: Updated select field background color X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=754cd86905696c4aea058f0114973e68e8ed1dee;p=gosa.git Updated select field background color git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20582 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 {