Hover and selcted UI for left menu inner link

This commit is contained in:
NIKITA 2010-10-18 16:02:38 -07:00
parent faeff7707f
commit 379373f446
1 changed files with 10 additions and 0 deletions

View File

@ -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;