mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
added 'ValidatedLineEdit' to style
This commit is contained in:
parent
3eed7b8de0
commit
e2f3aadb45
1 changed files with 7 additions and 0 deletions
|
|
@ -1416,6 +1416,13 @@ CreateNextPageOverlay {
|
|||
}
|
||||
|
||||
/* Globally used names */
|
||||
#ValidatedLineEdit[state="valid"], #ValidatedLineEdit[state="valid"]:focus, #ValidatedLineEdit[state="valid"]:hover {
|
||||
border-color: {color:publisher:success};
|
||||
}
|
||||
#ValidatedLineEdit[state="invalid"], #ValidatedLineEdit[state="invalid"]:focus, #ValidatedLineEdit[state="invalid"]:hover {
|
||||
border-color: {color:publisher:error};
|
||||
}
|
||||
|
||||
#Separator {
|
||||
background: {color:bg-menu-separator};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue