Views erstellt

This commit is contained in:
pbs2h21asc
2023-01-18 13:22:05 +01:00
parent a7bcaf13ce
commit dd69909b16
6 changed files with 387 additions and 30 deletions

View File

@@ -0,0 +1,18 @@
#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;
}