diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 12:20:56 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2013-11-28 12:20:56 +0100 |
| commit | 13bed1536341010ab06f5fbdde4b90130ed96e53 (patch) | |
| tree | 1eab3cc25be9cb931aaee0bf3ec4cb607a3f8eab /phpBB | |
| parent | 3585d167add394910d92572f7ca41b0402d6f2af (diff) | |
| parent | 680f8eae5031348c2b08b7f914b08333467faa98 (diff) | |
| download | forums-13bed1536341010ab06f5fbdde4b90130ed96e53.tar forums-13bed1536341010ab06f5fbdde4b90130ed96e53.tar.gz forums-13bed1536341010ab06f5fbdde4b90130ed96e53.tar.bz2 forums-13bed1536341010ab06f5fbdde4b90130ed96e53.tar.xz forums-13bed1536341010ab06f5fbdde4b90130ed96e53.zip | |
Merge remote-tracking branch 'prototech/ticket/12040' into develop
* prototech/ticket/12040:
[ticket/12040] Prevent AJAX background animation flicker in ACP
Diffstat (limited to 'phpBB')
| -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 { |
