JavaFX/css/menu.css

32 lines
487 B
CSS

@import "./constants.css";
#header_icon{
-fx-min-width: 660;
-fx-pref-width: 660;
-fx-max-width: 660;
-fx-min-height: -v-header-height;
-fx-max-height: -v-header-height;
-fx-pref-height: -v-header-height;
-fx-background-color: #3240a3;
-fx-border-width: 0 0 1 0;
-fx-border-color: #2a378a;
}
#menu_container{
-fx-min-width: 237;
-fx-max-width: 237;
-fx-min-height: -vn-header-height;
-fx-max-height: -vn-header-height;
-fx-background-color: #fffffd;
}