From 42e9be78e81283d4917268a157e53a9940728e16 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 5 Apr 2016 16:31:24 +0200 Subject: [PATCH] Added missing box shadow --- wcfsetup/install/files/acp/style/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 549be3f9dc..6693cf1aa1 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -11,6 +11,7 @@ /* page header */ .pageHeaderContainer { + box-shadow: 0 0 10px rgba(0, 0, 0, .6); left: 0; position: fixed; right: 0; -- 2.20.1