hi, I have this code line that works:
MainForm.RootPane.Style = "-fx-background-color:#e8f5fc;"
but since I am styling several nodes, I wanted to pass this code line to a CSS file, where I already have some styles, but I can't get it right;
I have tried:
.root
.rootpane
.root .pane
Nothing seems to do the trick!
Please Help!
MainForm.RootPane.Style = "-fx-background-color:#e8f5fc;"
but since I am styling several nodes, I wanted to pass this code line to a CSS file, where I already have some styles, but I can't get it right;
I have tried:
.root
.rootpane
.root .pane
Nothing seems to do the trick!
Please Help!