summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6cc52da)
raw | patch | inline | side by side (parent: 6cc52da)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 11 Mar 2010 14:11:24 +0000 (14:11 +0000) | ||
committer | cajus <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 | patch | blob | history |
index a554dda3d480efb0f274649f3cce658db8d17e0a..416f52f973e92c42e434bf79d8db1a1be0feee57 100644 (file)
display:inline;
padding:5px;
padding-top:9px;
- height:19px;
+ height:18px;
}
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));