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

18 lines
307 B
CSS
Raw Normal View History

2023-01-18 13:22:05 +01:00
#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;
}