From 9aad225a648d9dedf6c8ec1fa081b746c21ce679 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 15 Oct 2012 14:13:21 +0200 Subject: [PATCH] Fixed variable for background color Fixes #844 --- wcfsetup/install/files/style/form.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1