<@UCQRGDEB1> You should check the JavaFX 8 CSS ref...
# tornadofx
e
@ValV You should check the JavaFX 8 CSS reference to determine what CSS properties are available to specific node types 🙂
v
I've checked https://docs.oracle.com/javafx/2/api/javafx/scene/doc-files/cssref.html -- CSS properties for
FlowPane
work, but only from inside
style { ... }
function, not
Stylesheet
class (Styles.kt). Moreover all
javafx.scene.layout
classes are inaccessible from
Stylesheet
(and I did not find where the styles could be loaded like for
fieldset
or
field
)
e
If they work from
style {}
they also work from
Stylesheet
if you do it right 🙂 Make sure to check the JavaFX 8 cssref by the way, that one is for JavaFX 2