JavaFX/css/header.css

23 lines
357 B
CSS
Raw Normal View History

2017-11-14 08:11:53 +00:00
@import "./constants.css";
2017-11-15 13:23:49 +00:00
/*
2017-11-14 07:22:26 +00:00
#header{
-fx-border-width: 0 0 1 0;
-fx-border-color: #3240a3;
2017-11-15 13:23:49 +00:00
} */
2017-11-14 07:22:26 +00:00
#header_menu{
2017-11-14 08:11:53 +00:00
-fx-min-width: -v-header-height;
-fx-max-width: -v-screen-width;
2017-11-14 07:22:26 +00:00
2017-11-14 08:11:53 +00:00
-fx-min-height: -v-header-height;
-fx-pref-height: -v-header-height;
-fx-max-height: -v-header-height;
2017-11-14 07:22:26 +00:00
}
.header_menu_item{
-fx-scale-x: 0.5;
-fx-scale-y: 0.5;
}