mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12040] Prevent AJAX background animation flicker in ACP
PHPBB3-12040
This commit is contained in:
parent
125e76f9aa
commit
680f8eae50
1 changed files with 2 additions and 0 deletions
|
@ -1587,6 +1587,8 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
||||||
|
|
||||||
#darkenwrapper {
|
#darkenwrapper {
|
||||||
display: none;
|
display: none;
|
||||||
|
position: relative;
|
||||||
|
z-index: 44;
|
||||||
}
|
}
|
||||||
|
|
||||||
#darken {
|
#darken {
|
||||||
|
|
Loading…
Add table
Reference in a new issue