added overlay guiding to select context

This commit is contained in:
Jakub Trllo 2022-03-31 14:32:40 +02:00
parent aa8438a6ad
commit 37900da59d
2 changed files with 39 additions and 0 deletions

View file

@ -1269,6 +1269,14 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: #21252B;
}
/* Workfiles */
#WorkfilesPublishedContextSelect {
background: rgba(0, 0, 0, 127);
}
#WorkfilesPublishedContextSelect QLabel {
font-size: 17pt;
}
/* Tray */
#TrayRestartButton {
background: {color:restart-btn-bg};