From: cajus Date: Sun, 14 Mar 2010 15:26:05 +0000 (+0000) Subject: Updated styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c59e23001cc8684aa42bed552dac1555a2ed096d;p=gosa.git Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16503 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 23ef115d7..855c31bb3 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -70,9 +70,15 @@ background-color:#DDD; border-color:#CCC; } -select[size=1]{ - padding:0; +select[size="1"]{ + padding:2px; + border:1px solid #CCC; margin:0; + background-color:#FFF; +} + +select[size="1"]:hover{ + border:1px solid #777; } h1, h2, h3 { @@ -372,7 +378,7 @@ div.menu ul li.menu-header { /* Buttons */ -button, select[size="1"] { +button { padding:2px 6px; margin:0; margin-bottom:6px;