From e1f4d0e92dc3df00c10bf1c7549b1a4eb950ad7c Mon Sep 17 00:00:00 2001 From: Xiexe Date: Sun, 4 Oct 2020 12:05:36 -0400 Subject: [PATCH] Fix cursor on slider handle --- assets/css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index df6a283..b9c8193 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -221,7 +221,7 @@ html, body { transform: scale(0.65); transition: 0.2s; filter: drop-shadow(0px 0px 6px #000); - cursor: url('../img/ui/Point.png'), auto; + cursor: url('../img/ui/Point.png'), auto; } .xPacButton:hover { @@ -266,7 +266,7 @@ html, body { width: 32px; height: 32px; background: url('../img/ui/UI_SliderHandle.png'); - cursor: pointer; + cursor: url('../img/ui/Point.png'), auto; transform: scale(1.6); border: none; z-index: 4; @@ -276,7 +276,7 @@ html, body { width: 32px; height: 32px; background: url('../img/ui/UI_SliderHandle.png'); - cursor: pointer; + cursor: url('../img/ui/Point.png'), auto; transform: scale(1.6); border: none; z-index: 4;