mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
moved more colors to data.json in style
This commit is contained in:
parent
a8e5528169
commit
5edbf42ff4
2 changed files with 14 additions and 6 deletions
|
|
@ -47,6 +47,10 @@
|
|||
|
||||
"border": "#373D48",
|
||||
"border-hover": "hsla(220, 14%, 70%, .3)",
|
||||
"border-focus": "hsl(200, 60%, 60%)"
|
||||
"border-focus": "hsl(200, 60%, 60%)",
|
||||
|
||||
"publish-error": "#AA5050",
|
||||
"publish-success": "#458056",
|
||||
"publish-warning": "#ffc671"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -648,10 +648,10 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
}
|
||||
|
||||
#VariantInput[state="new"], #VariantInput[state="new"]:focus, #VariantInput[state="new"]:hover {
|
||||
border-color: #7AAB8F;
|
||||
border-color: {color:publish-success};
|
||||
}
|
||||
#VariantInput[state="invalid"], #VariantInput[state="invalid"]:focus, #VariantInput[state="invalid"]:hover {
|
||||
border-color: #AA5050;
|
||||
border-color: {color:publish-error};
|
||||
}
|
||||
|
||||
#VariantInput[state="empty"], #VariantInput[state="empty"]:focus, #VariantInput[state="empty"]:hover {
|
||||
|
|
@ -703,15 +703,15 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
}
|
||||
|
||||
#PublishInfoFrame[state="0"] {
|
||||
background: #AA5050;
|
||||
background: {color:publish-error};
|
||||
}
|
||||
|
||||
#PublishInfoFrame[state="1"] {
|
||||
background: #458056;
|
||||
background: {color:publish-success};
|
||||
}
|
||||
|
||||
#PublishInfoFrame[state="2"] {
|
||||
background: #ffc671;
|
||||
background: {color:publish-warning};
|
||||
}
|
||||
|
||||
#PublishInfoFrame QLabel {
|
||||
|
|
@ -750,6 +750,10 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
border-left: 1px solid {color:border};
|
||||
}
|
||||
|
||||
#AssetsTreeComboBox[state="invalid"] {
|
||||
border-color: {color:publish-error};
|
||||
}
|
||||
|
||||
#PublishProgressBar[state="0"]::chunk {
|
||||
background: {color:bg-buttons};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue