Added edit and delete event svgs

This commit is contained in:
2022-01-18 12:37:58 +01:00
parent 5dafdf08b4
commit 0132077c62
2 changed files with 73 additions and 2 deletions

View File

@@ -76,3 +76,29 @@ Label{
-fx-background-color: white;
}
.editEventBtn{
-fx-background-color: transparent;
-fx-border-color: transparent;
}
.editEventBtn .svg {
-fx-fill: -fill;
}
.editEventBtn:hover .svg {
-fx-fill: -hover-fill;
}
.deleteEventBtn{
-fx-background-color: transparent;
-fx-border-color: transparent;
}
.deleteEventBtn .svg {
-fx-fill: -fill;
}
.deleteEventBtn:hover .svg {
-fx-fill: -hover-fill;
}