forked from server/soundboard
pointer style cursor on hovering sound buttons
This commit is contained in:
parent
6290c93982
commit
4c34d4ac0e
@ -98,4 +98,6 @@ div #reset:hover {
|
|||||||
.sound a:hover {
|
.sound a:hover {
|
||||||
background-color: #ff4136;
|
background-color: #ff4136;
|
||||||
box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.6);
|
box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.6);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user