This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

slider.track on Visu
#1
Hi,

how can I use the CSS to change the color of the slider trakc only before the thumb ?

BR,
Alberto
KNX Advanced Partner + Tutor
Reply
#2
Just change inactive color in the apperance.
------------------------------
Ctrl+F5
Reply
#3
I'm seraching in active color..... Dodgy
KNX Advanced Partner + Tutor
Reply
#4
As Daniel said, use Appearance - Inactive color controls.

Keep in mind that element's default opacity is 50% so the final color will be slightly different. If needed, it can be changed via CSS:
Code:
.slider-track div {
  opacity: 1;
}

This will target all sliders. CSS rule can be modified to target only specific custom CSS classes.
Reply


Forum Jump: