2023-02-01 22:49:35 +01:00
|
|
|
#btFoodChoice{
|
|
|
|
-fx-background-color: transparent;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
2023-01-31 04:30:09 +01:00
|
|
|
}
|
2023-02-06 08:43:36 +01:00
|
|
|
|
|
|
|
.container{
|
|
|
|
-fx-padding: 10%;
|
2023-01-31 15:38:08 +01:00
|
|
|
}
|
|
|
|
|
2023-02-06 08:43:36 +01:00
|
|
|
.sidebar-nav_button{
|
|
|
|
-fx-border-width: 0px;
|
2023-02-05 08:59:29 +01:00
|
|
|
}
|
2023-02-06 08:43:36 +01:00
|
|
|
|
2023-02-05 08:59:29 +01:00
|
|
|
.sidebar-nav_button.active {
|
|
|
|
-fx-background-color: #4e92b4;
|
2023-02-06 08:43:36 +01:00
|
|
|
-fx-border-width: 0px;
|
2023-02-01 22:49:35 +01:00
|
|
|
}
|