From be86bd79a0e9ef2ac912af99aabf3c1ff6196216 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 3 Mar 2010 12:18:55 +0000 Subject: [PATCH] Updated elements git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15919 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 5741e4928..445b9137f 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -46,16 +46,17 @@ input[type=text], input[type=password]{ padding:3px; } -input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active{ +input[type=text]:active, input[type=text]:focus, input[type=password]:active, input[type=password]:focus, textarea:focus, textarea:active, select:focus, select:active{ border:1px solid #777; } -input[type=text]:hover, input[type=password]:hover, textarea:hover{ +input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover{ border-color:#777; } -textarea { - border:1px solid #CCC; +textarea, select { + border:1px solid #DDD; + margin-bottom:2px; } input[disabled] { @@ -63,15 +64,16 @@ color:#888; background-color:#DDD; } -textarea[disabled] { +textarea[disabled], select[disabled] { color:#000; background-color:#DDD; +border-color:#CCC; } -select[disabled] { -color:#000; -background-color:#DDD; -} +select[size=1]{ + padding:0; + margin:0; +} h1, h2, h3 { margin-top:2px; @@ -343,7 +345,7 @@ div.menu ul li.menu-header { /* Buttons */ -button { +button, select[size="1"] { padding:2px 6px; margin:0; margin-bottom:6px; -- 2.30.2