[ticket/11984] Prevent AJAX background animation flicker in prosilver

PHPBB3-11984
This commit is contained in:
Vjacheslav Trushkin 2013-10-29 01:16:30 +02:00
parent a5c4e4f3ce
commit 094da3ba16

View file

@ -810,6 +810,8 @@ li.pagination ul {
#darkenwrapper { #darkenwrapper {
display: none; display: none;
position: relative;
z-index: 44;
} }
#darken { #darken {
@ -819,6 +821,7 @@ li.pagination ul {
width: 100%; width: 100%;
height: 100%; height: 100%;
opacity: 0.5; opacity: 0.5;
z-index: 45;
} }
#loading_indicator { #loading_indicator {