mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added styling to overriden label
This commit is contained in:
parent
ecc7d2bde9
commit
a1f74f2c78
2 changed files with 8 additions and 0 deletions
|
|
@ -60,7 +60,11 @@
|
|||
"icon-alert-tools": "#AA5050",
|
||||
"icon-entity-default": "#bfccd6",
|
||||
"icon-entity-disabled": "#808080",
|
||||
|
||||
"font-entity-deprecated": "#666666",
|
||||
|
||||
"font-overridden": "#FF8C1A",
|
||||
|
||||
"overlay-messages": {
|
||||
"close-btn": "#D3D8DE",
|
||||
"bg-success": "#458056",
|
||||
|
|
|
|||
|
|
@ -44,6 +44,10 @@ QLabel {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
QLabel[overriden="1"] {
|
||||
color: {color:font-overridden};
|
||||
}
|
||||
|
||||
/* Inputs */
|
||||
QAbstractSpinBox, QLineEdit, QPlainTextEdit, QTextEdit {
|
||||
border: 1px solid {color:border};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue