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;
|
|
|
|
}
|
|
|
|
|
2022-01-08 13:10:48 +01:00
|
|
|
#context-layout-container {
|
|
|
|
background-color: %palette-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-widget-scrollarea {
|
|
|
|
background-color: %palette-base;
|
|
|
|
}
|
|
|
|
|
|
|
|
#context-layout-scrollarea {
|
|
|
|
background-color: %palette-base;
|
|
|
|
}
|
|
|
|
|
2022-06-06 18:23:34 +02:00
|
|
|
#context-scrollarea {
|
|
|
|
background-color: %palette-base;
|
|
|
|
}
|
|
|
|
|
2022-01-08 13:10:48 +01:00
|
|
|
QToolButton {
|
2021-10-31 16:55:33 +01:00
|
|
|
border: 2px solid transparent;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
2018-02-27 18:06:05 +01:00
|
|
|
QToolButton:hover {
|
2021-10-31 16:55:33 +01:00
|
|
|
border: 2px solid %palette-highlight;
|
2022-01-08 13:10:48 +01:00
|
|
|
background-color: %palette-highlight-lighter;
|
2021-10-31 16:55:33 +01:00
|
|
|
}
|
|
|
|
|
2018-02-27 18:06:05 +01:00
|
|
|
QToolButton:pressed {
|
2021-10-31 16:55:33 +01:00
|
|
|
border: 2px solid %palette-highlight-darker;
|
2022-01-08 13:10:48 +01:00
|
|
|
background-color: %palette-highlight-lighter;
|
2021-10-31 16:55:33 +01:00
|
|
|
}
|
|
|
|
|
2022-01-14 23:24:40 +01:00
|
|
|
QToolButton[popupMode="MenuButtonPopup"], QToolButton:hover[popupMode="MenuButtonPopup"], QToolButton:pressed[popupMode="MenuButtonPopup"] {
|
2018-02-27 18:06:05 +01:00
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
2022-01-16 17:53:41 +01:00
|
|
|
/* For backwards compatibility with Qt 5 as it does not support property name */
|
|
|
|
QToolButton[popupMode="1"], QToolButton:hover[popupMode="1"], QToolButton:pressed[popupMode="1"] {
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
2022-01-14 23:24:40 +01:00
|
|
|
QToolButton::menu-button {
|
|
|
|
width: 16px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|