mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11984] Prevent AJAX background animation flicker in prosilver
PHPBB3-11984
This commit is contained in:
@@ -810,6 +810,8 @@ li.pagination ul {
|
||||
|
||||
#darkenwrapper {
|
||||
display: none;
|
||||
position: relative;
|
||||
z-index: 44;
|
||||
}
|
||||
|
||||
#darken {
|
||||
@@ -819,6 +821,7 @@ li.pagination ul {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0.5;
|
||||
z-index: 45;
|
||||
}
|
||||
|
||||
#loading_indicator {
|
||||
|
Reference in New Issue
Block a user