mirror of https://github.com/apache/cloudstack.git
Fix list view state icon, for neutral (gray) state
This commit is contained in:
parent
171da7e3aa
commit
be4a596db8
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue