From 4a8aa339d0c0cea719ed235a7a8bd2e00efdb544 Mon Sep 17 00:00:00 2001 From: Sophist Date: Thu, 5 Oct 2017 22:19:08 +0100 Subject: [PATCH] [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 --- phpBB/adm/style/admin.css | 2 -- 1 file changed, 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 {