I tried to change the slider's drag handle with the following CSS entry - as it was proposed in the forum:
.k-slider .k-draghandle {
background-color: rgb(242, 179, 0);
width: 20px;
height: 20px;
top: -8px;
left: -8px;
}
The color is changed indeed. But when I start to drag it turns white.
Is there a way to avoid this?