added 'ValidatedLineEdit' to style

This commit is contained in:
Jakub Trllo 2023-01-05 18:09:16 +01:00
parent 3eed7b8de0
commit e2f3aadb45

View file

@ -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};
}