From da1387779aeb297f827cd4edebd107f1811eefaa Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 11 Mar 2010 09:54:39 +0000 Subject: [PATCH] Updated styles git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16444 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index d6dd246e6..38829cab7 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -260,6 +260,12 @@ ul.path-navigation li { height:19px; } +ul.path-navigation li.path-element { + font-weight:bold; + cursor:default; + border-right:1px solid #C2C2C2; +} + ul.path-navigation li:hover { background-color: #E0E0E0; background: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E0E0E0)); -- 2.30.2