From: cajus Date: Fri, 26 Feb 2010 14:26:24 +0000 (+0000) Subject: Updated current coloring X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b5f56e3c3b5e3b510ddaaea2d65e8b7c133a818f;p=gosa.git Updated current coloring git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15756 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index ca4645c11..0cbc3351f 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -266,7 +266,7 @@ div.menu ul li { div.menu ul li.current { padding:5px; cursor:pointer; - background-color: #EEE; + background-color: rgba(0,0,0,0.1); border-left:1px solid #C2C2C2; border-right:1px solid #C2C2C2; }