[backport] fix 1857 - performance issue repainting continuosly

stable
Juanfran 2015-01-12 13:37:56 +01:00 committed by Jesús Espino
parent 397b7731e3
commit 942ec5bca0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.loader { .loader {
background-color: $white; background-color: $white;
bottom: 0; bottom: 0;
display: none;
height: 100%; height: 100%;
left: 0; left: 0;
opacity: 0; opacity: 0;
@ -22,6 +23,7 @@
text-align: center; text-align: center;
} }
&.active { &.active {
display: block;
background-color: rgba($white, .95); background-color: rgba($white, .95);
opacity: 1; opacity: 1;
z-index: 99900; z-index: 99900;