Fixed undefined style variable
authorMarcel Werk <burntime@woltlab.com>
Sun, 19 Jun 2016 22:22:12 +0000 (00:22 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 19 Jun 2016 22:22:12 +0000 (00:22 +0200)
wcfsetup/install/files/acp/style/layout.scss

index 4820f22d595d876da8191496861952a5cb19aecd..dbe6e01232019546ab617fe792bea996e75d70ce 100644 (file)
@@ -79,7 +79,7 @@ $wcfAcpMenuWidth: 150px;
                        }
                        
                        .pageHeaderSearchInputContainer {
-                               background-color: $wcfHeaderMenuBackgroundActive;
+                               background-color: $wcfHeaderMenuLinkBackground;
                                border-radius: 0;
                                box-shadow: none;
                                padding: 0;