mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
Fix search field appearance on ios
This commit is contained in:
parent
540a1cfab5
commit
b07e3501dd
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ img {
|
||||||
/* fix input no style on Safari */
|
/* fix input no style on Safari */
|
||||||
|
|
||||||
input[type='search'] {
|
input[type='search'] {
|
||||||
appearance: textfield;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
|
|
Loading…
Reference in a new issue