Fixed ACP search dropdown behavior/visuals
authorAlexander Ebert <ebert@woltlab.com>
Tue, 3 Jan 2017 16:41:08 +0000 (17:41 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 3 Jan 2017 16:41:08 +0000 (17:41 +0100)
wcfsetup/install/files/acp/style/layout.scss

index 221dab32db34366d9d271000847c29085cd25fcd..c4efdf3d59c9e3eb9c1e82e148933a42002e3ccf 100644 (file)
@@ -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;
+       }
 }