JavaFX/css/menu.css

31 lines
478 B
CSS
Raw Normal View History

2017-11-14 08:11:53 +00:00
@import "./constants.css";
2017-11-14 07:22:26 +00:00
#header_icon{
2017-11-14 08:11:53 +00:00
-fx-min-width: -v-header-height;
2017-11-14 07:22:26 +00:00
-fx-max-width: 660;
2017-11-14 08:11:53 +00:00
-fx-min-height: -v-header-height;
-fx-max-height: -v-header-height;
-fx-pref-height: -v-header-height;
2017-11-14 07:22:26 +00:00
-fx-background-color: #3240a3;
-fx-border-width: 0 0 1 0;
-fx-border-color: #2a378a;
}
2017-11-14 07:22:26 +00:00
#menu_container{
2017-11-14 08:11:53 +00:00
-fx-min-width: 237;
-fx-max-width: 237;
-fx-min-height: -vn-header-height;
-fx-max-height: -vn-header-height;
-fx-background-color: #fffffd;
}