From: cajus Date: Fri, 7 Aug 2009 07:53:24 +0000 (+0000) Subject: Updated styles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b65b96e11f5401b9ab6031b024bbde8137b7b6d0;p=gosa.git Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13993 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index 7b834dcff..3ae385f67 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -1564,3 +1564,14 @@ div.infoMsgDialog { display: none; position:absolute; } + +.autocomplete{ + border: 1px solid #000; + background-color: #FFF; +} + +.autocomplete li:hover{ + background: #555; + color: #DDD; +} +