From 3dffc558e9f345048b76d00504790cdea6e6962d Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 3 Jan 2017 17:41:08 +0100 Subject: [PATCH] Fixed ACP search dropdown behavior/visuals --- wcfsetup/install/files/acp/style/layout.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wcfsetup/install/files/acp/style/layout.scss b/wcfsetup/install/files/acp/style/layout.scss index 221dab32db..c4efdf3d59 100644 --- a/wcfsetup/install/files/acp/style/layout.scss +++ b/wcfsetup/install/files/acp/style/layout.scss @@ -128,7 +128,10 @@ $wcfAcpMenuWidth: 150px; } .acpSearchDropdown { + border-top-left-radius: 0; + border-top-right-radius: 0; border-width: 0; + position: fixed; top: 50px !important; width: 300px; @@ -136,6 +139,10 @@ $wcfAcpMenuWidth: 150px; &::after { display: none; } + + > .dropdownText { + color: $wcfContentDimmedText; + } } -- 2.20.1