Code

Added current for menu
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:00:40 +0000 (14:00 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 26 Feb 2010 14:00:40 +0000 (14:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15753 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index e2820e65b5b5d3c45aa567d13bf899e883755023..ca4645c11d9ee077b707241306a8ede1232d43d7 100644 (file)
@@ -263,6 +263,14 @@ div.menu ul li {
   border-right:1px solid #C2C2C2;
 }
 
+div.menu ul li.current {
+  padding:5px; 
+  cursor:pointer;
+  background-color: #EEE;
+  border-left:1px solid #C2C2C2;
+  border-right:1px solid #C2C2C2;
+}
+
 div.menu ul li:hover {
   background-color: #E0E0E0;
 }