Refactor completed

This commit is contained in:
2026-05-11 12:05:57 +02:00
parent 6a1aa466e2
commit 92b3024d57
2 changed files with 60 additions and 95 deletions
+9 -1
View File
@@ -35,5 +35,13 @@
-fx-border-width: 2;
-fx-border-radius: 15;
-fx-background-radius: 15;
-fx-background-color: white;
-fx-background-color: #b42224;
}
.popup {
-fx-background-color: #b42224;
-fx-border-color: black;
-fx-border-width: 2;
-fx-border-radius: 10;
-fx-background-radius: 10;
}