mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
base.less: Optimize container loading effect
This commit is contained in:
parent
224e87c856
commit
cdd5004a25
@ -192,9 +192,14 @@ td, th {
|
||||
&:before {
|
||||
content: "";
|
||||
display: block;
|
||||
|
||||
background: @body-bg-color url(/img/icinga-loader.gif) no-repeat center center;
|
||||
background-size: 4em 4em;
|
||||
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
z-index: -10;
|
||||
pointer-events: none;
|
||||
.transition(none);
|
||||
}
|
||||
|
||||
&.impact {
|
||||
@ -203,19 +208,15 @@ td, th {
|
||||
}
|
||||
|
||||
&.impact:before {
|
||||
content: "";
|
||||
display: block;
|
||||
background: @body-bg-color url(/img/icinga-loader.gif) no-repeat center center;
|
||||
background-size: 4em 4em;
|
||||
opacity: .7;
|
||||
pointer-events: all;
|
||||
position: absolute;
|
||||
top: 2.5em;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
opacity: .7;
|
||||
z-index: 10;
|
||||
.transition(opacity 1s 2s linear !important);
|
||||
pointer-events: all;
|
||||
.transition(opacity 1s 2s linear);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user