mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Fix search field styling in Safari
Not sure when this broke, but this disables the default search field style that has shown up. On linght mode it’s ugly but usable, but in dark mode it’s impossible to read your search terms.
This commit is contained in:
parent
4cd0abd034
commit
e8fae98f45
1 changed files with 2 additions and 1 deletions
|
@ -1495,7 +1495,8 @@ input[type="search"]{
|
|||
color: var(--body-text);
|
||||
}
|
||||
|
||||
/* remove some styles from Chromium */
|
||||
/* remove some styles from Chromium / Webkit */
|
||||
input[type="search"],
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
input[type="search"]::-webkit-search-cancel-button{
|
||||
-webkit-appearance: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue