fixed settings color

This commit is contained in:
fourtf
2017-02-02 00:25:57 +01:00
parent a09b08f9b0
commit 0343371443
6 changed files with 69 additions and 50 deletions
+1 -5
View File
@@ -6,14 +6,10 @@
font-size: 14px;
}
SettingsDialogTab {
color: #FFF;
}
SettingsDialogTab:hover {
border: 1px solid grey;
}
QLabel, QCheckBox, QGroupBox {
QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
color: white;
}