diff options
author | Nils Adermann <naderman@naderman.de> | 2013-10-28 11:51:28 -0700 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-10-28 11:51:28 -0700 |
commit | 0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f (patch) | |
tree | 10c12ce1994dc5f0446544438da70813f20a8a9e /phpBB/adm | |
parent | bf08b9ad34420fa7bcbb6fab0febee2a307bd225 (diff) | |
parent | 5dd199dd604b6bec14cf96c1d7d6a6b38e44057a (diff) | |
download | forums-0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f.tar forums-0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f.tar.gz forums-0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f.tar.bz2 forums-0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f.tar.xz forums-0ffc3395c5d9a91d21530b5f431b0e6dcca1c88f.zip |
Merge pull request #1832 from cyberalien/ticket/11982
Fix z-index for AJAX popup background
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c411d2d0a2..0cbdc2e9f8 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -1575,6 +1575,7 @@ input.button1:focus, input.button2:focus, input.button3:focus { height: 100%; background-color: #000000; opacity: 0.5; + z-index: 45; } @media only screen and (max-height: 500px), only screen and (max-device-width: 500px) |