I have a default colour set for my node red dashboard widgets. On a particular tab however where I have a slider widget, I need to override this colour so I can change the colour of the red dot on the slider.
I have a style node setup, but not sure of the code. I tried something like this, but it didn't work:
Use your browser tools to pin down the precise CSS selectors needed.
Note that the slider widget uses a pseudoclass ::after and you need to style this pseudoclass.