mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change back project manager styles
This commit is contained in:
parent
17578c5447
commit
ce5c70e28d
4 changed files with 13 additions and 9 deletions
|
|
@ -734,11 +734,11 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
background: {color:bg-view-hover};
|
||||
}
|
||||
|
||||
#WarningButton {
|
||||
background: {color:warning-btn-bg};
|
||||
#DeleteButton {
|
||||
background: {color:delete-btn-bg};
|
||||
}
|
||||
#WarningButton:disabled {
|
||||
background: {color:warning-btn-bg-disabled};
|
||||
#DeleteButton:disabled {
|
||||
background: {color:delete-btn-bg-disabled};
|
||||
}
|
||||
|
||||
/* Launcher specific stylesheets */
|
||||
|
|
@ -1228,6 +1228,11 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
background: #21252B;
|
||||
}
|
||||
|
||||
/* Tray */
|
||||
#TrayRestartButton {
|
||||
background: {color:restart-btn-bg};
|
||||
}
|
||||
|
||||
/* Globally used names */
|
||||
#Separator {
|
||||
background: {color:bg-menu-separator};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue