I have a 3 radiobuttons in the same group created in HTML as below.
As you see, there is a little point on the left of "small" labelled radiobutton because it is the selected one. The color of that point is: black
. I want to change it into orange
. I've found changing the color of the text, background of the radiobutton etc. but how can I change the color of the point indicating which radiobutton is selected??
Solutions in css, js, jquery.. anything is ok.
THanks.