Skip to content
Snippets Groups Projects
styleSheet.css 221 B
Newer Older
/* General css for alle the main windows */

/*noinspection CssUnusedSymbol*/
.root {
    -fx-pref-width: 1150;
    -fx-pref-height: 600;
    -fx-fill-height: true;
    -fx-max-width: infinity;
    -fx-font-size: 14;
}