Fixed variable for background color
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Oct 2012 12:13:21 +0000 (14:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Oct 2012 12:13:21 +0000 (14:13 +0200)
Fixes #844

wcfsetup/install/files/style/form.less

index 618409d64b56cef4341cfb6e47bbbf1d71122557..0cb1825082e43cdc6df596504b233423a18bb5f3 100644 (file)
@@ -398,7 +398,8 @@ textarea {
                }
                
                &.category {
-                       background-color: @wcfNavigationBackgroundColor;
+                       /* TODO: This color was @wcfNavigationBackgroundColor which does not exist anymore */
+                       background-color: @wcfNavigationHeaderBackgroundColor;
                        
                        &:hover {
                                background-color: @wcfButtonHoverBackgroundColor;