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
1 changed files with 5 additions and 1 deletions

View File

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