JavaFX/css/header.css

22 lines
328 B
CSS
Raw Permalink Normal View History

2017-11-14 08:11:53 +00:00
@import "./constants.css";
2017-11-14 07:22:26 +00:00
#header{
-fx-background-color: #3f51b5;
}
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;
}