Open
Description
Currently, we use the built-in JavaFX theme "Modena" as the base and overwrite certain styles. In some cases this is a bit problematic and it would be better to copy modena.css and make our changes directly to this file.
The new base UI css file can be registered using https://docs.oracle.com/javase/8/javafx/api/javafx/application/Application.html#setUserAgentStylesheet-java.lang.String-