Add css cursor:pointer to buttons
This commit is contained in:
parent
df7b56881f
commit
19243e6885
|
@ -87,6 +87,10 @@ button::-moz-focus-inner {
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
select::-moz-focus-inner {
|
||||
border: 0;
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in New Issue