Add a taste of Strawbs background image

This commit is contained in:
Jonas Kvinge
2020-07-07 23:02:24 +02:00
parent 24f2cfb29f
commit 4e003c12a6
7 changed files with 34 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
<file>html/oauthsuccess.html</file>
<file>pictures/strawberry.png</file>
<file>pictures/strawberry-faded.png</file>
<file>pictures/strawbs.png</file>
<file>pictures/nomusic.png</file>
<file>pictures/cdcase.png</file>
<file>pictures/musicbrainz.png</file>

BIN
data/pictures/strawbs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -11,6 +11,14 @@
background-clip: content;
}
#playlist[strawbs_background_enabled = "true"] {
background-image: url(:pictures/strawbs.png);
background-attachment: fixed;
background-position: bottom right;
background-repeat: none;
background-clip: content;
}
QToolButton {
border: 2px solid transparent;
border-radius: 3px;