Code

Updated style
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:11:24 +0000 (14:11 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 11 Mar 2010 14:11:24 +0000 (14:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16460 594d385d-05f5-0310-b6e9-bd551577e9d8

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

index a554dda3d480efb0f274649f3cce658db8d17e0a..416f52f973e92c42e434bf79d8db1a1be0feee57 100644 (file)
@@ -257,7 +257,7 @@ ul.path-navigation li {
   display:inline;
   padding:5px;
   padding-top:9px;
-  height:19px;
+  height:18px;
 }
 
 ul.path-navigation li.path-element {
@@ -265,6 +265,18 @@ ul.path-navigation li.path-element {
   border-left:1px solid #C2C2C2;
 }
 
+ul.path-navigation li.path-element:hover {
+  background:transparent;
+  background: -webkit-gradient();
+  background: -moz-linear-gradient();
+}
+
+ul.path-navigation li.path-element[title]:hover {
+  background-color: #E0E0E0;
+  background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));
+  background: -moz-linear-gradient(top, #EEE, #E0E0E0);
+}
+
 ul.path-navigation li:hover {
   background-color: #E0E0E0;
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0));