#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; }