mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
addded style for validation title widget
This commit is contained in:
parent
26152999d9
commit
c24397f7b4
1 changed files with 7 additions and 0 deletions
|
|
@ -695,6 +695,13 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
font-size: 12pt;
|
||||
}
|
||||
|
||||
#ValidationErrorTitleWidget {
|
||||
background: {color:bg-inputs};
|
||||
}
|
||||
#ValidationErrorTitleWidget[checked="1"] {
|
||||
background: {color:bg};
|
||||
}
|
||||
|
||||
#ArrowBtn, #ArrowBtn:disabled, #ArrowBtn:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue