Shadows, Zoom, Icons added

This commit is contained in:
2026-05-11 14:29:41 +02:00
parent 92b3024d57
commit bcdc129e67
4 changed files with 206 additions and 86 deletions
+9 -6
View File
@@ -38,10 +38,13 @@
-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;
.frame {
-fx-background-color:
#8B6914,
#FFF8DC,
#8B6914,
#FFF8DC;
-fx-background-insets: 0, 5, 10, 15;
-fx-background-radius: 15, 12, 8, 4;
-fx-padding: 15 15 15 15;
}