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;