Don't use pointer cursor on text inputs

This commit is contained in:
John Firebaugh
2013-03-05 10:03:53 -08:00
parent f71525889b
commit 4a30d18fa5
+3
View File
@@ -33,6 +33,9 @@ div, textarea, input, form, span, ul, li, ol, a, button {
a, button, input, textarea {
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-touch-callout:none;
}
a, button {
cursor: pointer;
cursor: url(../img/cursor-pointer.png) 6 1, pointer;
}