mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11984] Prevent AJAX background animation flicker in prosilver
PHPBB3-11984
This commit is contained in:
parent
a5c4e4f3ce
commit
094da3ba16
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue