1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-31 09:44:50 +01:00

Fix background image

This commit is contained in:
Jonas Kvinge 2019-01-09 18:24:45 +01:00
parent b2fe64ed34
commit 4de61e79fb

View File

@ -1,10 +1,10 @@
#playlist { #playlist {
background-color: %palette-base; background-color: %palette-base;
background-image: url(:pictures/strawberry-faded.png);
alternate-background-color: %palette-alternate-base; alternate-background-color: %palette-alternate-base;
} }
#playlist[default_background_enabled = "true"] { #playlist[default_background_enabled = "true"] {
background-image: url(:pictures/strawberry-faded.png);
background-attachment: fixed; background-attachment: fixed;
background-position: bottom right; background-position: bottom right;
background-repeat: none; background-repeat: none;