Add cursor to buttons by default
This commit is contained in:
parent
98b5601719
commit
20aa2d1b37
|
@ -1,3 +1,7 @@
|
|||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
|
@ -44,4 +48,4 @@ textarea {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue