mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
Use style sheet for login model string field, remove hardcoded values
This commit is contained in:
committed by
Mat Sutcliffe
parent
73e566a76e
commit
970a7a0af8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user