Hi all,
I need to change the colors of circular progressbar and so far have been able to do it only for the value selected but not the part of the circle that is left unfinished. I override the
.ui-progressbar .ui-progressbar-value .ui-progressbar-value-left { border: 0.5rem solid rgb(79,168,45); }
and that changes the color of the actual value, this should be the other portion
.ui-progressbar .ui-progressbar-value .ui-progressbar-value-right { border: 0.5rem solid rgba(55, 1, 23, 1); }
but the color stays the same. Any ideas?
Thanks,
-Jirka