From 20786d0422ee276b6d6b162a718a4fee116b9279 Mon Sep 17 00:00:00 2001
From: Philipp Bankonier
Date: Fri, 21 Jun 2019 12:29:23 +0200
Subject: [PATCH] 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 b6877cdaf29..b3b7490825f 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 d9e3fa18a6f..8f21133257d 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 {