From 4c34d4ac0ec27e2e6e8e2154ff61124f7e3db06d Mon Sep 17 00:00:00 2001 From: Andreas Erhard Date: Thu, 3 Aug 2017 19:37:58 +0200 Subject: [PATCH] pointer style cursor on hovering sound buttons --- static/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/main.css b/static/main.css index 90419d9..d792db2 100644 --- a/static/main.css +++ b/static/main.css @@ -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; } +