Style: The new wallpapers have been added to the UI
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.background {
|
||||
-fx-background-color: #000000;
|
||||
-fx-background-image: url("/images/parquet-black.png");
|
||||
-fx-background-size: cover; /* Image fills the entire window */
|
||||
/* Centers the image and prevents it from repeating in a tile-like pattern. */
|
||||
-fx-background-position: center center;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
.background {
|
||||
-fx-background-image: url("/images/background.png");
|
||||
-fx-background-image: url("/images/parquet.png");
|
||||
-fx-background-size: cover; /* Image fills the entire window */
|
||||
/* Centers the image and prevents it from repeating in a tile-like pattern. */
|
||||
-fx-background-position: center center;
|
||||
|
||||
Reference in New Issue
Block a user