From ccf50360466f388503fb8b7100b9861f37fd77e1 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 26 Feb 2010 14:00:40 +0000 Subject: [PATCH] Added current for menu git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15753 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/modern/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; } -- 2.30.2