changed how the layer background uses css

This commit is contained in:
ramollia
2025-10-03 21:44:32 +02:00
parent 754c8fea2e
commit ac6de04e68
6 changed files with 12 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
.background {
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
}
.container {
-fx-background-color: linear-gradient(to bottom right, orange, indigo), #1d1d1d;
-fx-background-insets: 0, 2;

View File

@@ -1,3 +0,0 @@
.background {
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
}

View File

@@ -1,3 +1,3 @@
.background {
.quit_background {
-fx-background-color: #0000007f;
}

View File

@@ -1,3 +0,0 @@
.background {
-fx-background-color: linear-gradient(to bottom right, #21a7b2, #8f32b9);
}