Updated Branches: refs/heads/master 37972a202 -> 9e9e00078
CLOUDSTACK-4242: Fix 'disabled' style for multi-edit actions Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7c568c4f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7c568c4f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7c568c4f Branch: refs/heads/master Commit: 7c568c4fe520e44c022e6a4843af972bfef9264b Parents: 37972a2 Author: Brian Federle <[email protected]> Authored: Mon Aug 12 10:21:14 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Aug 12 10:30:11 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7c568c4f/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4c54083..433a1d7 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -7743,7 +7743,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t text-shadow: 0px 1px #FFFFFF; } -.multi-edit .disabled .button.add-vm .button.custom-action { +.multi-edit td.disabled .button.add-vm.custom-action { /*+opacity:50%;*/ filter: alpha(opacity=50); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
