Fix cursor on slider handle

This commit is contained in:
Xiexe
2020-10-04 12:05:36 -04:00
parent 8961e449a9
commit e1f4d0e92d
+3 -3
View File
@@ -221,7 +221,7 @@ html, body {
transform: scale(0.65); transform: scale(0.65);
transition: 0.2s; transition: 0.2s;
filter: drop-shadow(0px 0px 6px #000); filter: drop-shadow(0px 0px 6px #000);
cursor: url('../img/ui/Point.png'), auto; cursor: url('../img/ui/Point.png'), auto;
} }
.xPacButton:hover { .xPacButton:hover {
@@ -266,7 +266,7 @@ html, body {
width: 32px; width: 32px;
height: 32px; height: 32px;
background: url('../img/ui/UI_SliderHandle.png'); background: url('../img/ui/UI_SliderHandle.png');
cursor: pointer; cursor: url('../img/ui/Point.png'), auto;
transform: scale(1.6); transform: scale(1.6);
border: none; border: none;
z-index: 4; z-index: 4;
@@ -276,7 +276,7 @@ html, body {
width: 32px; width: 32px;
height: 32px; height: 32px;
background: url('../img/ui/UI_SliderHandle.png'); background: url('../img/ui/UI_SliderHandle.png');
cursor: pointer; cursor: url('../img/ui/Point.png'), auto;
transform: scale(1.6); transform: scale(1.6);
border: none; border: none;
z-index: 4; z-index: 4;