From 379373f446ea8cfad2e9b489d3f8ca95dd7c2a73 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Mon, 18 Oct 2010 16:02:38 -0700 Subject: [PATCH] Hover and selcted UI for left menu inner link --- ui/new/css/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 7ae200e47e9..90f2c96f13b 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1339,6 +1339,16 @@ a:visited { padding:0 0 3px 0; } +.leftmenu_content:hover{ + color:#1d3544; + background:#a1aab1 repeat top left; +} + +.leftmenu_content.selected{ + color:#FFF; + background:#345265 repeat-x top left; +} + .leftmenu_loadingbox { width:100%; height:auto;