[ANY] Fix bg finally!

This commit is contained in:
Andrew Molchanov 2020-06-03 17:43:06 +03:00
parent 3cc77dbdf4
commit 06610e85b5
No known key found for this signature in database
GPG key ID: 7C75AA362C5C27FC
6 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View file

@ -3,7 +3,7 @@
#overlay { #overlay {
-fx-background-color: transparent; -fx-background-color: transparent;
-fx-background-size: cover; -fx-background-size: cover;
-fx-background-image: url('../../images/downloader/blured.jpg'); -fx-background-image: url('../../images/downloader/blured.png');
} }
#overlay>#utitle { #overlay>#utitle {

View file

@ -70,7 +70,7 @@ #layout {
-fx-background-size: cover; -fx-background-size: cover;
-fx-pref-width: 738px; -fx-pref-width: 738px;
-fx-pref-height: 450px; -fx-pref-height: 450px;
-fx-background-image: url('images/background.jpg'); -fx-background-image: url('images/background.png');
} }
#background { #background {