From: Luzifr Date: Tue, 17 Jan 2012 18:31:15 +0000 (+0100) Subject: Small changes X-Git-Tag: 2.0.0_Beta_1~1422 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e3c798764615bdd389f2ac682e2a05fa317453fd;p=GitHub%2FWoltLab%2FWCF.git Small changes --- diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index fce1ad5ac8..2f2923403a 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -746,6 +746,15 @@ nav.topMenu { background-color: #d8e7f5; } +.headerNavigation ul li a:hover:active, +.headerNavigation ul li a:hover:focus, +.footerNavigation ul li a:hover:active, +.footerNavigation ul li a:hover:focus { + background-color: #fff9f4; +} + +/* Special */ + #tplLogin .pageHeader .headerNavigation ul li.toBottomLink, #tplLogin .pageFooter .footerNavigation ul li.toTopLink { /* Removes the to-bottom-link on the log-in page */ @@ -755,7 +764,7 @@ nav.topMenu { width: 0; } -/* Sub Menu */ +/* Special: Sub Menu */ .headerNavigation .subMenu { float: left; @@ -1152,7 +1161,7 @@ section.content .content { .pageFooter { text-align: center; - padding: 0 23px; + padding: 0 23px 33px; position: relative; z-index: 150; }