Fix rendering of some input buttons on iOS

This commit is contained in:
Steve 2019-01-26 23:17:19 -05:00
parent 55d7ae41f7
commit d47ccd02c2

View File

@ -303,6 +303,8 @@ input[type="text"],
input[type="tel"], input[type="tel"],
input[type="url"], input[type="url"],
input[type="password"], input[type="password"],
input[type="button"],
input[type="submit"],
textarea { textarea {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;