Essensbestellungsverwaltung/src/main/resources/com/bib/essensbestellungsverwaltung/menue.css

33 lines
549 B
CSS
Raw Normal View History

#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
}
.btFood{
-fx-background-color: transparent;
2023-01-31 15:38:08 +01:00
}
.btFood.active{
-fx-background-color: rgba(97, 97, 232, 0.3);
-fx-background-radius: 25;
}