From 25d1389cae4a9a01577ccc9fcc76d829a05e0a2e Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 15 Mar 2010 10:35:03 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16523 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.30.2