Add css cursor:pointer to buttons

This commit is contained in:
Alexander Fuhr 2015-05-15 13:24:27 +02:00
parent df7b56881f
commit 19243e6885
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ button::-moz-focus-inner {
outline: 0;
}
button {
cursor: pointer;
}
select::-moz-focus-inner {
border: 0;
outline: 0;