mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[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
This commit is contained in:
parent
fc3d3a83db
commit
4a8aa339d0
1 changed files with 0 additions and 2 deletions
|
@ -525,7 +525,6 @@ li {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-right: 1px solid #CCCFD3;
|
border-right: 1px solid #CCCFD3;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #menu {
|
.rtl #menu {
|
||||||
|
@ -1891,7 +1890,6 @@ li.pagination ul {
|
||||||
color: #000;
|
color: #000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #AAA;
|
border: 1px solid #AAA;
|
||||||
opacity: .95;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip span.top {
|
.tooltip span.top {
|
||||||
|
|
Loading…
Add table
Reference in a new issue