diff options
author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-10-30 01:17:11 +0200 |
---|---|---|
committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-11-19 23:58:04 +0200 |
commit | 366a224a248a9cac50a1d0df50ae91c89954aabc (patch) | |
tree | dd4ae902c8030c24cef59598c9d4a8af3d82c1c6 /phpBB | |
parent | 094da3ba167e1075a8d3e75096c7e83712d74f87 (diff) | |
download | forums-366a224a248a9cac50a1d0df50ae91c89954aabc.tar forums-366a224a248a9cac50a1d0df50ae91c89954aabc.tar.gz forums-366a224a248a9cac50a1d0df50ae91c89954aabc.tar.bz2 forums-366a224a248a9cac50a1d0df50ae91c89954aabc.tar.xz forums-366a224a248a9cac50a1d0df50ae91c89954aabc.zip |
[ticket/11984] Fix stray </ul> and active tab hover in ACP
PHPBB3-11984
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/admin.css | 18 | ||||
-rw-r--r-- | phpBB/adm/style/overall_header.html | 1 |
2 files changed, 8 insertions, 11 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index e97412da68..c7f91d9a8a 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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 { diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 455446f8e3..fcef3bb8ac 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -153,7 +153,6 @@ function popup(url, width, height, name) </ul> </div> <!-- ENDIF --> - </ul> </div> <div id="main"> |