mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
baf48eb9b1
commit
ff2a7bc7f8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user