Add cursor to buttons by default

This commit is contained in:
Mike Francis 2015-02-12 14:14:43 +00:00
parent 98b5601719
commit 20aa2d1b37

View file

@ -1,3 +1,7 @@
button {
cursor: pointer;
}
input, input,
select, select,
textarea { textarea {
@ -44,4 +48,4 @@ textarea {
} }
} }
} }
} }