Essensbestellungsverwaltung/src/main/resources/com/bib/essensbestellungsverwaltung/createFoodplan.css
2023-01-18 13:22:05 +01:00

18 lines
307 B
CSS

#btCreateFoodplan {
-fx-background-color: lightblue;
-fx-text-fill: white;
}
#btCreateFoodplan:hover{
-fx-underline: true;
-fx-text-fill: black;
}
#btCancelFoodplan{
-fx-background-color: transparent;
-fx-underline: true;
}
#btCancelFoodplan:hover{
-fx-text-fill: lightblue;
}