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