JavaFX/css/menu.css

48 lines
713 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: #ffffff;
}
.menu_item{
-fx-border-width: 0 0 1 0;
-fx-border-color: #eeeeee;
}
.menu_item.active{
-fx-background-color: #eeeeee;
}
#menu{
-fx-background-color: #ffffff;
-fx-border-width: 0 1 0 0;
-fx-border-color: #eeeeee;
}