Form Component: Range props - markers
-
I am like to change the size and color of the prop markers in the Form Component: Range. I was not able to find styling for the makers in the API. Can this be done?
Thanks.
-
hi,
if you want to change the color of the line or the point under the line, just change cssfor the line
.q-slider__track-container--h{ background: red }
for the point/maker the 2 first color are for the makers and lasts color for the line…
background-image: repeating-linear-gradient(90deg,red,red,2px,transparent 0,transparent) ```