mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
8 lines
152 B
CSS
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;
|
|
} |