Files
pism/app/src/main/resources/style/quit.css
2025-10-01 19:25:19 +02:00

8 lines
152 B
CSS

.quit_background {
-fx-background-color: rgba(0, 0, 0, 0.6);
}
.quit_box {
-fx-background-color: rgba(30, 30, 30, 0.5);
-fx-background-radius: 15;
}