Is there any way to see the applied CSS-Rules for JavaFX-Elements? Or there is a published reference with the default CSS-Rules available?
I would like, for example , to
From Skinning JavaFX Applications with CSS: Default Style Sheet,
The default style sheet for JavaFX applications is caspian.css, which is found in the JavaFX runtime JAR file, jfxrt.jar
and
Use the following command to extract the style sheet from the JAR file:
jar -xf jfxrt.jar com/sun/javafx/scene/control/skin/caspian/caspian.css
and then just use a css viewer.