Fix button styling on iOS.

This commit is contained in:
Michael Jumper
2012-11-11 00:17:59 -08:00
parent bcfb2bd328
commit 86a3570bf4

View File

@@ -21,6 +21,10 @@
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=submit], button {
-webkit-appearance: none;
}
body {
background: #EEE;
font-family: FreeSans, Helvetica, Arial, sans-serif;