mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-11 18:57:30 +03:00
[ANY] Fix bg finally!
This commit is contained in:
parent
3cc77dbdf4
commit
06610e85b5
6 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 215 KiB |
BIN
Launcher/runtime/dialog/images/background.png
Normal file
BIN
Launcher/runtime/dialog/images/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
BIN
Launcher/runtime/dialog/images/downloader/blured.png
Normal file
BIN
Launcher/runtime/dialog/images/downloader/blured.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 115 KiB |
|
@ -3,7 +3,7 @@
|
|||
#overlay {
|
||||
-fx-background-color: transparent;
|
||||
-fx-background-size: cover;
|
||||
-fx-background-image: url('../../images/downloader/blured.jpg');
|
||||
-fx-background-image: url('../../images/downloader/blured.png');
|
||||
}
|
||||
|
||||
#overlay>#utitle {
|
||||
|
|
|
@ -70,7 +70,7 @@ #layout {
|
|||
-fx-background-size: cover;
|
||||
-fx-pref-width: 738px;
|
||||
-fx-pref-height: 450px;
|
||||
-fx-background-image: url('images/background.jpg');
|
||||
-fx-background-image: url('images/background.png');
|
||||
}
|
||||
|
||||
#background {
|
||||
|
|
Loading…
Reference in a new issue