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

18 lines
291 B
CSS
Raw Normal View History

2023-01-18 13:22:05 +01:00
#btCreateFood {
-fx-background-color: lightblue;
-fx-text-fill: white;
}
#btCreateFood:hover{
-fx-underline: true;
-fx-text-fill: black;
}
#btCancelFood{
-fx-background-color: transparent;
-fx-underline: true;
}
#btCancelFood:hover{
-fx-text-fill: lightblue;
}