Midmenu has hover effect now

This commit is contained in:
NIKITA 2010-11-01 17:42:31 -07:00
parent 3bab616478
commit 9508131164
2 changed files with 6 additions and 6 deletions

View File

@ -2195,6 +2195,11 @@ a:hover.search_button {
padding:0 0 4px 0;
}
.midmenu_content:hover{
background:#c5c5c5 url(../images/midmenu_hover.gif) repeat-x top left;
color:#333;
}
.midmenu_content.selected {
background:#838383 url(../images/leftmenu_selected.gif) repeat-x top left;
color:#FFF;
@ -2210,12 +2215,7 @@ a:hover.search_button {
background:#ffe5e5 url(../images/errormsg_bg.gif) repeat-x top left;
color:#a90000;
}
/*
.midmenu_content:hover{
background:#626262 url(../images/leftmenu_hover.gif) repeat-x top left;
color:#FFF;
}
*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 B

After

Width:  |  Height:  |  Size: 121 B