Fix background image
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user