diff options
author | Sophist <github@sodalis.co.uk> | 2017-10-05 22:19:08 +0100 |
---|---|---|
committer | Sophist <github@sodalis.co.uk> | 2017-10-05 22:21:53 +0100 |
commit | 4a8aa339d0c0cea719ed235a7a8bd2e00efdb544 (patch) | |
tree | 8317ebb17733129e36356f4c6073dfe15471288d /phpBB/adm/style/admin.css | |
parent | fc3d3a83db3357f3275c72ff7b3607666c6307a3 (diff) | |
download | forums-4a8aa339d0c0cea719ed235a7a8bd2e00efdb544.tar forums-4a8aa339d0c0cea719ed235a7a8bd2e00efdb544.tar.gz forums-4a8aa339d0c0cea719ed235a7a8bd2e00efdb544.tar.bz2 forums-4a8aa339d0c0cea719ed235a7a8bd2e00efdb544.tar.xz forums-4a8aa339d0c0cea719ed235a7a8bd2e00efdb544.zip |
[ticket/15390] Fix vertical bar permission tooltip
Fix a vertical bar and menu text running through the Admin Permission
Role Tooltip pop-up caused by z-index on menu div (and opacity of the
popup of .95 rather than 1).
PHPBB3-15390
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 2322b3da88..df47e63096 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -525,7 +525,6 @@ li { padding: 0; border-right: 1px solid #CCCFD3; position: relative; - z-index: 1; } .rtl #menu { @@ -1891,7 +1890,6 @@ li.pagination ul { color: #000; text-align: center; border: 1px solid #AAA; - opacity: .95; } .tooltip span.top { |