From: Alexander Ebert Date: Mon, 15 Oct 2012 12:13:21 +0000 (+0200) Subject: Fixed variable for background color X-Git-Tag: 2.0.0_Beta_1~861^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9aad225a648d9dedf6c8ec1fa081b746c21ce679;p=GitHub%2FWoltLab%2FWCF.git Fixed variable for background color Fixes #844 --- diff --git a/wcfsetup/install/files/style/form.less b/wcfsetup/install/files/style/form.less index 618409d64b..0cb1825082 100644 --- a/wcfsetup/install/files/style/form.less +++ b/wcfsetup/install/files/style/form.less @@ -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;