Fix rendering of some input buttons on iOS
This commit is contained in:
parent
55d7ae41f7
commit
d47ccd02c2
@ -303,6 +303,8 @@ input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user