From cf51252f713a2bb8ff26f3f526ea1bc4ca128ff8 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 14 Dec 2011 11:17:22 -0800 Subject: [PATCH] Zone chart, fix disabled appearance -Fix disabled appearance, wich was incorrectly applied to provider items (i.e., if security groups is disabled) --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b10c172129d..4335b98d9c3 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -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;