add: parent menu

This commit is contained in:
Johannes Kantz
2023-01-31 04:30:09 +01:00
parent 329acaabcb
commit 1a4d45aed4
3 changed files with 166 additions and 23 deletions

View File

@@ -1,25 +1,9 @@
#btFoodChoice{
-fx-background-color: transparent;
.sidebar-nav_button {
-fx-background-color: #69b6ff;
-fx-text-fill: #123;
-fx-border-color: #000;
-fx-border-radius: 20;
}
#btFoodChoice:hover{
-fx-underline: true;
-fx-text-fill: black;
}
#btPlaceOrder{
-fx-background-color: lightblue;
-fx-text-fill: white;
-fx-background-radius: 25;
}
#btPlaceOrder:hover{
-fx-border-width: 0;
-fx-text-fill: black;
-fx-underline: true;
}
#cbChooseChild{
-fx-background-color: lightgray;
.sidebar-nav_button.active {
-fx-background-color: #4e92b4;
}