1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 17:37:29 +00:00

Fix search field appearance on ios

This commit is contained in:
Tixie 2021-03-01 04:52:10 +01:00
parent 540a1cfab5
commit b07e3501dd

View file

@ -38,7 +38,7 @@ img {
/* fix input no style on Safari */
input[type='search'] {
appearance: textfield;
appearance: none;
}
button,