summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2f81ebf)
raw | patch | inline | side by side (parent: 2f81ebf)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jan 2010 17:06:56 +0000 (17:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 27 Jan 2010 17:06:56 +0000 (17:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15389 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/html/themes/default/style.css | patch | blob | history |
index f8496760c6482d5f4fc25e1b5439f3697a84bb6e..6e594f18d1f7f87a4b5c79a4c36ae5604bf4e7d0 100644 (file)
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; }