2018-02-27 18:06:05 +01:00
|
|
|
#playlist {
|
|
|
|
background-color: %palette-base;
|
|
|
|
alternate-background-color: %palette-alternate-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
#playlist[default_background_enabled = "true"] {
|
2019-01-09 18:24:45 +01:00
|
|
|
background-image: url(:pictures/strawberry-faded.png);
|
2018-02-27 18:06:05 +01:00
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: bottom right;
|
|
|
|
background-repeat: none;
|
|
|
|
background-clip: content;
|
|
|
|
}
|
|
|
|
|
2020-07-07 23:02:24 +02:00
|
|
|
#playlist[strawbs_background_enabled = "true"] {
|
|
|
|
background-image: url(:pictures/strawbs.png);
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-position: bottom right;
|
|
|
|
background-repeat: none;
|
|
|
|
background-clip: content;
|
|
|
|
}
|
|
|
|
|
2018-02-27 18:06:05 +01:00
|
|
|
QToolButton {
|
|
|
|
border: 2px solid transparent;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton::menu-button {
|
|
|
|
width: 16px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton[popupMode="1"] {
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid %palette-highlight;
|
|
|
|
background-color: %palette-highlight-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover[popupMode="1"] {
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
border: 2px solid %palette-highlight-darker;
|
|
|
|
background-color: %palette-highlight-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed[popupMode="1"] {
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
2018-10-20 22:15:32 +02:00
|
|
|
macos {
|
2018-02-27 18:06:05 +01:00
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
2018-10-20 22:15:32 +02:00
|
|
|
macos QMenu {
|
2018-02-27 18:06:05 +01:00
|
|
|
font-size: 13pt;
|
|
|
|
}
|
2018-08-29 21:42:24 +02:00
|
|
|
|
2020-04-06 02:47:57 +02:00
|
|
|
#context-layout-container {
|
2019-04-23 00:55:50 +02:00
|
|
|
background-color: %palette-base;
|
2018-08-29 21:42:24 +02:00
|
|
|
}
|
|
|
|
|
2020-04-06 02:47:57 +02:00
|
|
|
#context-widget-scrollarea {
|
2019-04-23 00:55:50 +02:00
|
|
|
background-color: %palette-base;
|
2018-08-29 21:42:24 +02:00
|
|
|
}
|
|
|
|
|
2020-04-06 02:47:57 +02:00
|
|
|
#context-layout-scrollarea {
|
2019-04-23 00:55:50 +02:00
|
|
|
background-color: %palette-base;
|
2018-08-29 21:42:24 +02:00
|
|
|
}
|