Fix cursor on slider handle
This commit is contained in:
@@ -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