This will render `.button { -fx-background-color: ...
# tornadofx
e
This will render
.button { -fx-background-color: rgba(0, 0, 255, 1); } .button:hover { -fx-background-color: rgba(255, 0, 0, 1); }