pointer style cursor on hovering sound buttons

This commit is contained in:
Erhard 2017-08-03 19:37:58 +02:00
parent 6290c93982
commit 4c34d4ac0e

View File

@ -98,4 +98,6 @@ div #reset:hover {
.sound a:hover {
background-color: #ff4136;
box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.6);
cursor: pointer;
}