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;