1
0
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:
Vjacheslav Trushkin 2013-10-30 01:17:11 +02:00
parent 094da3ba16
commit 366a224a24
2 changed files with 8 additions and 11 deletions

View File

@ -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 {

View File

@ -153,7 +153,6 @@ function popup(url, width, height, name)
</ul>
</div>
<!-- ENDIF -->
</ul>
</div>
<div id="main">