diff --git a/ui/loginScreen/loginScreen.css b/ui/loginScreen/loginScreen.css index db2c84889..d742cbdd1 100644 --- a/ui/loginScreen/loginScreen.css +++ b/ui/loginScreen/loginScreen.css @@ -50,3 +50,7 @@ QStackedWidget QPushButton QLabel, QCheckBox, QProgressBar { color: black; } + +QCheckBox::disabled { + color: gray; +}