Added ability to remove users from quick select list

This commit is contained in:
2020-10-01 22:59:07 +02:00
parent 8592839156
commit 8543e94040
3 changed files with 21 additions and 4 deletions

View File

@ -83,3 +83,8 @@
-fx-text-fill: white;
-fx-background-color: transparent;
}
#remove-button {
-fx-background-color: red;
-fx-background-radius: 1em;
}