From: Alexander Ebert Date: Tue, 3 Jan 2017 16:41:08 +0000 (+0100) Subject: Fixed ACP search dropdown behavior/visuals X-Git-Tag: 3.0.0~69 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3dffc558e9f345048b76d00504790cdea6e6962d;p=GitHub%2FWoltLab%2FWCF.git Fixed ACP search dropdown behavior/visuals --- 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; + } }