From 30d913dc74304604266265050ee22b1c4503b028 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 20 Jun 2016 00:22:12 +0200 Subject: [PATCH] Fixed undefined style variable --- wcfsetup/install/files/acp/style/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 4820f22d59..dbe6e01232 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -79,7 +79,7 @@ $wcfAcpMenuWidth: 150px; } .pageHeaderSearchInputContainer { - background-color: $wcfHeaderMenuBackgroundActive; + background-color: $wcfHeaderMenuLinkBackground; border-radius: 0; box-shadow: none; padding: 0; -- 2.20.1