From ff2a7bc7f8403cb40f3fe361ae499880dbfba8be Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Sat, 15 Sep 2007 01:17:58 +0000 Subject: [PATCH] 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 --- css/cms_left.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/cms_left.css b/css/cms_left.css index 29dd57fe..868bec48 100644 --- a/css/cms_left.css +++ b/css/cms_left.css @@ -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;