don't those UI elements have selectors you can use...
# tornadofx
g
don't those UI elements have selectors you can use for selection? e.g.,
.toggle-button:selected { -fx-color: my-new-color; }
1