Is there a way to customize the size and color of the text for the ControlsFX segmented bar? I've attempted the typical method:
-fx-font-size: 15px
Unfortunately, it doesn't seem to be effective.
Whether it's through CSS or code, I'm open to changing the text style. I have experimented with both methods. While -fx-background-color:
does work, I am struggling to apply styles to the text of the segmented bar control.
I'd appreciate any guidance on how to correctly style the text in the segmented bar control.
Thanks!