Included input[type="submit"] selector along with the rest to have native iOS styling cleared ('appearance:none;')

This commit is contained in:
Jason Devine 2015-02-27 00:30:39 +00:00
parent 88f03612b0
commit 9646578e8c

1
css/skeleton.css vendored
View File

@ -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;