Use style sheet for login model string field, remove hardcoded values

This commit is contained in:
Klaus Basan
2019-01-26 23:27:40 +01:00
committed by Mat Sutcliffe
parent 73e566a76e
commit 970a7a0af8
2 changed files with 8 additions and 16 deletions

View File

@@ -330,6 +330,10 @@ QLineEdit:disabled {
border: 1px solid rgba(50,50,50);
}
QLineEdit[validation="error"] { border: 2px solid red; }
QLineEdit[validation="warning"] { border: 2px solid yellow; }
QLineEdit[validation="ok"] { border: 2px solid green; }
QTextEdit {
border: 1px solid green;
background: transparent;