From 05484d8b4bf6aba84cc1918a97583afffdb4af42 Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 27 Jan 2010 17:06:56 +0000 Subject: [PATCH] Added selected style git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15389 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/themes/default/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-core/html/themes/default/style.css b/gosa-core/html/themes/default/style.css index f8496760c..6e594f18d 100644 --- a/gosa-core/html/themes/default/style.css +++ b/gosa-core/html/themes/default/style.css @@ -2014,6 +2014,9 @@ tr.sortableListItemMarked { ul.treeList, ul.treeList ul { list-style-type: none; background: url(../../images/lists/vline.png) repeat-y; margin: 0; padding: 0; } ul.treeList ul { margin-left: 10px; } -ul.treeList li { margin: 0; padding: 0 12px; line-height: 20px; background: url(../../images/lists/node.png) no-repeat; color: #369; font-weight: bold; } +ul.treeList a:hover { background-color: #DDD } +a.treeList { font-weight: bold } +ul.treeList li { margin: 0; padding: 0 12px; line-height: 20px; background: url(../../images/lists/node.png) no-repeat; font-weight: bold; } +li.treeListSelected a {color: red} ul.treeList li.last { background: #fff url(../../images/lists/lastnode.png) no-repeat; } ul.treeList li:last-child { background: #fff url(../../images/lists/lastnode.png) no-repeat; } -- 2.30.2