Zone chart, fix disabled appearance

-Fix disabled appearance, wich was incorrectly applied to provider items
 (i.e., if security groups is disabled)
This commit is contained in:
Brian Federle 2011-12-14 11:17:22 -08:00
parent 26c5377340
commit cf51252f71

View File

@ -3636,7 +3636,7 @@ Dialogs*/
top: 11px;
}
.zone-chart ul li.disabled .name {
.zone-chart ul li.main.disabled .name {
color: #AAAAAA;
text-decoration: line-through;
margin-top: 10px;