The final combinations that worked as follows: cs...
# tornadofx
a
The final combinations that worked as follows: css
Copy code
.root {
    -fx-background-radius: 10;
    -fx-fill: null;
}
App class (overriding start method)
Copy code
stage.initStyle(StageStyle.TRANSPARENT)
super.start(stage)
stage.scene.fill = Color.TRANSPARENT