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

@@ -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;