diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-26 10:18:53 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2013-11-26 10:18:53 -0800 |
commit | 680f8eae5031348c2b08b7f914b08333467faa98 (patch) | |
tree | 5bf4ca2b7b7030ecb8ed17f8369ad1aba2197487 /phpBB/adm/style | |
parent | 125e76f9aa83141534387a965e8373c9b9cd5c4d (diff) | |
download | forums-680f8eae5031348c2b08b7f914b08333467faa98.tar forums-680f8eae5031348c2b08b7f914b08333467faa98.tar.gz forums-680f8eae5031348c2b08b7f914b08333467faa98.tar.bz2 forums-680f8eae5031348c2b08b7f914b08333467faa98.tar.xz forums-680f8eae5031348c2b08b7f914b08333467faa98.zip |
[ticket/12040] Prevent AJAX background animation flicker in ACP
PHPBB3-12040
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c7f91d9a8a..d971c38efb 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1587,6 +1587,8 @@ input.button1:focus, input.button2:focus, input.button3:focus { #darkenwrapper { display: none; + position: relative; + z-index: 44; } #darken { |