Skip to content
Permalink
Browse files
Fix missing corners of search-box
- remove WebKit default styling on search input.

Signed-off-by: James Cameron <quozl@laptop.org>
  • Loading branch information
Dimi20cen authored and quozl committed Apr 4, 2023
1 parent 6145b99 commit 39c41b0
Showing 1 changed file with 4 additions and 0 deletions.
@@ -74,6 +74,10 @@
position: static;
border: 0;
}
/* removes the default styling applied by the WebKit engine to the search input */
input[type="search"] {
-webkit-appearance: textfield;
}
.search {
background: #FFFFFF;
border-radius: 25px;

0 comments on commit 39c41b0

Please sign in to comment.