Updated Branches: refs/heads/4.2 e9367f167 -> e2843b18b
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/d1ec9dc3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d1ec9dc3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d1ec9dc3 Branch: refs/heads/4.2 Commit: d1ec9dc3852cc1ed9b0bb3c521fb20ffb8465bed Parents: e9367f1 Author: Brian Federle <[email protected]> Authored: Mon Aug 12 10:21:14 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Aug 12 10:21:14 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d1ec9dc3/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);
