Fix cursor on slider handle
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user