Browse Source

Loginpage: Apply black colour to qcheckbox as well

pull/2835/head
agilob 10 years ago
parent
commit
14b2e480ae
No known key found for this signature in database
GPG Key ID: 296F0B764741106C
  1. 2
      ui/loginScreen/loginScreen.css

2
ui/loginScreen/loginScreen.css

@ -47,6 +47,6 @@ QStackedWidget QPushButton @@ -47,6 +47,6 @@ QStackedWidget QPushButton
background: #0c530d;
}
QLabel {
QLabel, QCheckBox {
color: black;
}

Loading…
Cancel
Save