Included input[type="submit"] selector along with the rest to have native iOS styling cleared ('appearance:none;')
This commit is contained in:
parent
88f03612b0
commit
9646578e8c
1
css/skeleton.css
vendored
1
css/skeleton.css
vendored
@ -249,6 +249,7 @@ input[type="text"],
|
||||
input[type="tel"],
|
||||
input[type="url"],
|
||||
input[type="password"],
|
||||
input[type="submit"],
|
||||
textarea {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user