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;
|
|
|
|
}
|
|
|
|
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton[accessibleName="MenuPopupToolButton"] {
|
2021-10-31 16:55:33 +01:00
|
|
|
border: 2px solid transparent;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton:hover[accessibleName="MenuPopupToolButton"] {
|
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
|
|
|
}
|
|
|
|
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton:pressed[accessibleName="MenuPopupToolButton"] {
|
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
|
|
|
}
|
|
|
|
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton[popupMode="MenuButtonPopup"][accessibleName="MenuPopupToolButton"], QToolButton:hover[popupMode="MenuButtonPopup"][accessibleName="MenuPopupToolButton"], QToolButton:pressed[popupMode="MenuButtonPopup"][accessibleName="MenuPopupToolButton"] {
|
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 */
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton[popupMode="1"][accessibleName="MenuPopupToolButton"], QToolButton:hover[popupMode="1"][accessibleName="MenuPopupToolButton"], QToolButton:pressed[popupMode="1"][accessibleName="MenuPopupToolButton"] {
|
2022-01-16 17:53:41 +01:00
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
|
2024-02-25 02:50:40 +01:00
|
|
|
QToolButton::menu-button[accessibleName="MenuPopupToolButton"] {
|
2022-01-14 23:24:40 +01:00
|
|
|
width: 16px;
|
|
|
|
border: none;
|
|
|
|
}
|