mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added different styles for overlay window
This commit is contained in:
parent
5a4983961e
commit
4e6dedb881
1 changed files with 13 additions and 1 deletions
|
|
@ -666,11 +666,23 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
}
|
||||
|
||||
#PublishOverlay {
|
||||
background: rgb(194, 226, 236);
|
||||
background: {color:bg};
|
||||
border: 2px solid black;
|
||||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
#PublishOverlay[success="-1"] {
|
||||
background: rgb(194, 226, 236);
|
||||
}
|
||||
|
||||
#PublishOverlay[success="1"] {
|
||||
background: #458056
|
||||
}
|
||||
|
||||
#PublishOverlay[success="0"] {
|
||||
background: #AA5050
|
||||
}
|
||||
|
||||
#PublishOverlay QLabel {
|
||||
color: black;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue