Small changes
authorLuzifr <szekely@woltlab.com>
Tue, 17 Jan 2012 18:31:15 +0000 (19:31 +0100)
committerLuzifr <szekely@woltlab.com>
Tue, 17 Jan 2012 18:31:15 +0000 (19:31 +0100)
wcfsetup/install/files/acp/style/wcf.css

index fce1ad5ac8cf4afd92724d5fb8415231638d6aa5..2f2923403a14b89d6f65ad66e197d9c7fce70f7f 100644 (file)
@@ -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;
 }