Fix list view state icon, for neutral (gray) state

This commit is contained in:
bfederle 2011-12-20 10:54:13 -08:00
parent 171da7e3aa
commit be4a596db8
1 changed files with 1 additions and 0 deletions

View File

@ -1054,6 +1054,7 @@ div.list-view td.state span {
-webkit-text-shadow: 0px 1px 1px #FFFFFF;
-o-text-shadow: 0px 1px 1px #FFFFFF;
text-shadow: 0px 1px 1px #FFFFFF;
background: url(../images/sprites.png) -6px -536px;
}
div.list-view td.state.on span {