37 lines
580 B
CSS
37 lines
580 B
CSS
#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;
|
|
}
|
|
|
|
.container{
|
|
-fx-padding: 10%;
|
|
}
|
|
|
|
.sidebar-nav_button{
|
|
-fx-border-width: 0px;
|
|
}
|
|
|
|
.sidebar-nav_button.active {
|
|
-fx-background-color: #4e92b4;
|
|
-fx-border-width: 0px;
|
|
} |