css + png hinzugefügt

This commit is contained in:
2023-01-18 02:41:25 +01:00
parent f8673ca92a
commit a7bcaf13ce
22 changed files with 120 additions and 25 deletions

View File

@@ -0,0 +1,18 @@
#btDeletConfim{
-fx-background-color: lightblue;
-fx-text-fill: white;
}
#btDeletConfim:hover{
-fx-underline: true;
-fx-text-fill: black;
}
#btDeleteDeny{
-fx-background-color: transparent;
-fx-underline: true;
}
#btDeleteDeny:hover{
-fx-text-fill: lightblue;
}