This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 20786d0  ui: increase z-index for install-wizard step (#3414)
20786d0 is described below

commit 20786d0422ee276b6d6b162a718a4fee116b9279
Author: Philipp Bankonier <p.bankon...@ewerk.com>
AuthorDate: Fri Jun 21 12:29:23 2019 +0200

    ui: increase z-index for install-wizard step (#3414)
    
    Increase z-index for install wizard step to make buttons clickable again.
    After the latest refactoring of the styles there was a slight mistake which 
caused that the buttons for the initial install wizard in the beginning weren't 
clickable anymore, because they got overlaid by another box.
---
 ui/css/cloudstack3.css                          | 2 +-
 ui/css/src/scss/components/install-wizzard.scss | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index b6877cd..b3b7490 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -784,7 +784,7 @@ body.install-wizard {
 
 .install-wizard .step {
   position: relative;
-  z-index: 10;
+  z-index: 11;
 }
 
 .install-wizard .step .tooltip-info {
diff --git a/ui/css/src/scss/components/install-wizzard.scss 
b/ui/css/src/scss/components/install-wizzard.scss
index d9e3fa1..8f21133 100644
--- a/ui/css/src/scss/components/install-wizzard.scss
+++ b/ui/css/src/scss/components/install-wizzard.scss
@@ -194,7 +194,7 @@ body.install-wizard {
 
 .install-wizard .step {
   position: relative;
-  z-index: $z-index-install-wizard2;
+  z-index: $z-index-install-wizard3;
 }
 
 .install-wizard .step .tooltip-info {

Reply via email to