corretto bug css per loader
This commit is contained in:
parent
05990b1252
commit
22d915c492
|
@ -296,7 +296,7 @@ li::marker {
|
||||||
|
|
||||||
.modal-busy {
|
.modal-busy {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 1030;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -307,7 +307,7 @@ li::marker {
|
||||||
-moz-opacity: 0.8;
|
-moz-opacity: 0.8;
|
||||||
}
|
}
|
||||||
.center-busy {
|
.center-busy {
|
||||||
z-index: 1000;
|
z-index: 1040;
|
||||||
margin: 300px auto;
|
margin: 300px auto;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
|
|
|
@ -299,7 +299,7 @@ li::marker {
|
||||||
|
|
||||||
.modal-busy {
|
.modal-busy {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 1030;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -310,7 +310,7 @@ li::marker {
|
||||||
-moz-opacity: 0.8;
|
-moz-opacity: 0.8;
|
||||||
}
|
}
|
||||||
.center-busy {
|
.center-busy {
|
||||||
z-index: 1000;
|
z-index: 1040;
|
||||||
margin: 300px auto;
|
margin: 300px auto;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
|
|
Loading…
Reference in New Issue