sharvey: fixed hilighting to last elements in the tree

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41890 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:17:58 +00:00
parent baf48eb9b1
commit ff2a7bc7f8

View File

@ -100,7 +100,7 @@ ul.tree span.a {
cursor: pointer;
}
ul.tree span.a.over {
background-color: #FFFFBB;
background-color: #FFFFBB !important;
/* these push the highlight out to the left of the window */
margin-left: -100px;
@ -108,9 +108,10 @@ ul.tree span.a.over {
background-position: 100px 50%;
}
ul.tree span.a.current {
font-weight: bold;
background-color: #EEEEFF;
background-color: #EEEEFF !important;
border-top: 1px #CCCCFF solid;
border-bottom: 1px #CCCCFF solid;