From 851b4478fde5c4c176cd0b1c39afdd233c31d726 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 28 Jan 2010 13:02:48 +0000 Subject: [PATCH] Updated style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15416 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index adfc0550e..9bbe10366 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -2033,7 +2033,8 @@ a.treeList { a.treeListSelected { font-weight: bold; - color: red; + color: #1010AF; + background-color:#DDD; padding: 2px; } @@ -2054,7 +2055,8 @@ ul.treeList li { } li.treeListSelected a { - color: red; + font-weight: bold; + color: #1010AF; padding: 2px; } -- 2.30.2