updated some libs
* the window is now large enough to show all components * target java 9 * commons-io 2.5 -> 2.6 * jfoenix 1.11.1 -> 9.0.1 * minimal-json 0.9.4 -> 0.9.5 * log4j 2.9.1 -> 2.10.0
This commit is contained in:
@ -1,4 +1,13 @@
|
||||
.jfx-hamburgerW StackPane { -fx-background-color: white;
|
||||
-fx-background-radius: 5px; }
|
||||
.jfx-hamburgerB StackPane { -fx-background-color: black;
|
||||
-fx-background-radius: 5px; }
|
||||
/*
|
||||
* HAMBURGER CSS
|
||||
*/
|
||||
|
||||
.jfx-hamburgerW StackPane {
|
||||
-fx-background-color: white;
|
||||
-fx-background-radius: 5px;
|
||||
}
|
||||
|
||||
.jfx-hamburgerB StackPane {
|
||||
-fx-background-color: black;
|
||||
-fx-background-radius: 5px;
|
||||
}
|
Reference in New Issue
Block a user