mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11984] Fix stray </ul> and active tab hover in ACP
PHPBB3-11984
This commit is contained in:
parent
094da3ba16
commit
366a224a24
@ -381,6 +381,14 @@ li {
|
|||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tabs a:hover {
|
||||||
|
background-position: 0 -69px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#tabs a:hover span {
|
||||||
|
background-position: 100% -69px;
|
||||||
|
}
|
||||||
|
|
||||||
#tabs .activetab a {
|
#tabs .activetab a {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
border-bottom: 1px solid #DCDEE2;
|
border-bottom: 1px solid #DCDEE2;
|
||||||
@ -392,14 +400,6 @@ li {
|
|||||||
color: #23649F;
|
color: #23649F;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabs a:hover {
|
|
||||||
background-position: 0 -69px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs a:hover span {
|
|
||||||
background-position: 100% -69px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabs .activetab a:hover span {
|
#tabs .activetab a:hover span {
|
||||||
color: #115098;
|
color: #115098;
|
||||||
}
|
}
|
||||||
@ -1587,8 +1587,6 @@ input.button1:focus, input.button2:focus, input.button3:focus {
|
|||||||
|
|
||||||
#darkenwrapper {
|
#darkenwrapper {
|
||||||
display: none;
|
display: none;
|
||||||
position: relative;
|
|
||||||
z-index: 44;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#darken {
|
#darken {
|
||||||
|
@ -153,7 +153,6 @@ function popup(url, width, height, name)
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user