Region selector UI: Fix overlap issue with other dialogs Remove z-index from region select button, to prevent overlap with other dialogs.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/39d68b40 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/39d68b40 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/39d68b40 Branch: refs/heads/4.2 Commit: 39d68b40b4e989378f7266b7a33fcde6303f587d Parents: 2f3c9a0 Author: Brian Federle <[email protected]> Authored: Tue Jul 2 13:31:28 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Jul 8 11:33:28 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/39d68b40/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index e4459a1..50a36f0 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -11624,7 +11624,6 @@ div.ui-dialog div.autoscaler div.field-group div.form-container form div.form-it /*Regions*/ .region-switcher { display: inline-block; - z-index: 2002; position: relative; background: url(../images/bg-gradients.png) repeat-x 0px -867px; border: 1px solid #5E5E5E;
