Code

Updated current coloring
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:26:24 +0000 (14:26 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:26:24 +0000 (14:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15756 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/html/themes/modern/style.css

index ca4645c11d9ee077b707241306a8ede1232d43d7..0cbc3351fca8e5473a3fd8ba443dbdd1142d97d2 100644 (file)
@@ -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;
 }