Strip the `border-radius` from the page search input
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2023 14:09:59 +0000 (16:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2023 14:09:59 +0000 (16:09 +0200)
Fixes #5394

wcfsetup/install/files/style/layout/pageHeader.scss

index 9a678ba29609f7bc10c2ea3889764182a1ffebeb..147a79dfa4c357f69e0a949ec17f1b50461d09c2 100644 (file)
 
        .pageHeaderSearchInput {
                background-color: var(--wcfHeaderSearchBoxBackground);
+               border-radius: 0;
                border-width: 0;
                color: var(--wcfHeaderSearchBoxText);
                padding-bottom: 8px;