Enable highlight for non-button input fields.

This commit is contained in:
Michael Jumper
2012-11-11 00:26:23 -08:00
parent 86a3570bf4
commit d89b1e5f9a

View File

@@ -21,6 +21,10 @@
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=checkbox], input[type=text], textarea {
-webkit-tap-highlight-color: rgba(128,192,128,0.5);
}
input[type=submit], button {
-webkit-appearance: none;
}