From: cajus Date: Wed, 3 Mar 2010 11:55:06 +0000 (+0000) Subject: Updated styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=32f9dffc4b577ff88342738eb2fc7e2334d86250;p=gosa.git Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15918 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 44a5c601f..5741e4928 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -46,14 +46,18 @@ input[type=text], input[type=password]{ padding:3px; } -input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus,{ +input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active{ border:1px solid #777; } -input[type=text]:hover, input[type=password]:hover{ +input[type=text]:hover, input[type=password]:hover, textarea:hover{ border-color:#777; } +textarea { + border:1px solid #CCC; +} + input[disabled] { color:#888; background-color:#DDD;