From: cajus Date: Thu, 11 Mar 2010 14:11:24 +0000 (+0000) Subject: Updated style X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8202663980561f7684961cbadca8f870a47503a4;p=gosa.git Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16460 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index a554dda3d..416f52f97 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -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));