From: cajus Date: Fri, 26 Feb 2010 14:00:40 +0000 (+0000) Subject: Added current for menu X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ccf50360466f388503fb8b7100b9861f37fd77e1;p=gosa.git Added current for menu git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15753 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/html/themes/modern/style.css b/gosa-core/html/themes/modern/style.css index e2820e65b..ca4645c11 100644 --- a/gosa-core/html/themes/modern/style.css +++ b/gosa-core/html/themes/modern/style.css @@ -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; }