HP ThinPro - Login Screen Customization

11
SSOLineEdit#userLabel*
SSOLineEdit#passwordLabel*
QPushButton#showPasswordButton
QLabel#capsLockLabel
QComboBox#domainLabel*
QCheckBox#smartcardCheck*
QCheckBox#rememberCheck*
QPushButton#connectButton
QPushButton#cancelButton*
For example, you might customize the center area of the dialog box, as follows:
QDialog {
/* Sea green dialog background color */
background-color: rgb(46,139,87);
/* Rounded, thicker borders */
border-width: 6px;
border-radius: 16px;
border-color: #CCCCCC;
border-style: solid;
/* Make sure it is at least 400 pixels wide */
min-width: 400px;
}