mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
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.
This commit is contained in:
parent
202777e52a
commit
20786d0422
@ -784,7 +784,7 @@ body.install-wizard {
|
||||
|
||||
.install-wizard .step {
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.install-wizard .step .tooltip-info {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user