DynamicPlaylistControls: Make background follow system colors

Fixes #1483
This commit is contained in:
Jonas Kvinge
2024-08-24 22:07:46 +02:00
parent 9d22e4ec07
commit 232399ea28
5 changed files with 71 additions and 47 deletions

View File

@@ -45,5 +45,6 @@
<file>mood/sample.mood</file>
<file>text/ghosts.txt</file>
<file>pictures/sidebar-background.png</file>
<file>style/dynamicplaylistcontrols.css</file>
</qresource>
</RCC>

View File

@@ -0,0 +1,13 @@
#container {
background: %background;
border-radius: 10px;
border: 1px solid rgba(200, 200, 200, 75%);
}
#label1 {
font-weight: bold;
}
#label2 {
font-size: 7.5pt;
}