color changes to midmenu list

This commit is contained in:
NIKITA 2010-10-27 14:49:19 -07:00
parent 15f1874cc1
commit 8d63c13f7d
4 changed files with 5 additions and 5 deletions

View File

@ -2169,7 +2169,7 @@ a:hover.search_button {
width:auto;
height:auto;
float:left;
color:#FFF;
color:#2b4454;
text-align:left;
font-weight:bold;
font-size:11px;
@ -2201,14 +2201,14 @@ a:hover.search_button {
}
.midmenu_content.selected {
background:#626262 url(../images/leftmenu_selected.gif) repeat-x top left;
background:#838383 url(../images/leftmenu_selected.gif) repeat-x top left;
color:#FFF;
}
.midmenu_content.inaction{
background:#7497ae url(../images/mid_addingbg.gif) repeat-x top left;
color:#FFF;
background:#fffacd url(../images/mid_addingbg.gif) repeat-x top left;
color:#333;
}
/*
.midmenu_content:hover{
@ -2757,7 +2757,7 @@ a:hover.search_button {
width:16px;
height:16px;
float:left;
background:url(../images/adding_loader.gif) no-repeat top left;
background:url(../images/leftmenu_loader.gif) no-repeat top left;
margin:5px 0 0 0;
display:inline;
padding:0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 B

After

Width:  |  Height:  |  Size: 181 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 195 B

After

Width:  |  Height:  |  Size: 134 B