From: cajus Date: Mon, 15 Mar 2010 10:35:03 +0000 (+0000) Subject: Updated styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25d1389cae4a9a01577ccc9fcc76d829a05e0a2e;p=gosa.git Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16523 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index 855c31bb3..70bb61d4c 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -81,6 +81,10 @@ select[size="1"]:hover{ border:1px solid #777; } +input[disabled]:hover, select[disabled]:hover, textarea[disabled]:hover { + border:1px solid #CCC; +} + h1, h2, h3 { margin-top:2px; }