mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-07 23:38:48 +01:00
312f62d98f
Fixes #795
61 lines
1.1 KiB
CSS
61 lines
1.1 KiB
CSS
#playlist {
|
|
background-color: %palette-base;
|
|
alternate-background-color: %palette-alternate-base;
|
|
}
|
|
|
|
#playlist[default_background_enabled = "true"] {
|
|
background-image: url(:pictures/strawberry-faded.png);
|
|
background-attachment: fixed;
|
|
background-position: bottom right;
|
|
background-repeat: none;
|
|
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[popupMode="1"] {
|
|
padding-right: 16px;
|
|
}
|
|
|
|
QToolButton:hover {
|
|
background-color: %palette-highlight-lighter;
|
|
}
|
|
|
|
QToolButton:hover[popupMode="1"] {
|
|
padding-right: 16px;
|
|
}
|
|
|
|
QToolButton:pressed {
|
|
background-color: %palette-highlight-lighter;
|
|
}
|
|
|
|
QToolButton:pressed[popupMode="1"] {
|
|
padding-right: 16px;
|
|
}
|
|
|
|
macos {
|
|
font-size: 11pt;
|
|
}
|
|
|
|
macos QMenu {
|
|
font-size: 13pt;
|
|
}
|
|
|
|
#context-layout-container {
|
|
background-color: %palette-base;
|
|
}
|
|
|
|
#context-widget-scrollarea {
|
|
background-color: %palette-base;
|
|
}
|
|
|
|
#context-layout-scrollarea {
|
|
background-color: %palette-base;
|
|
}
|