16 lines
199 B
Plaintext
16 lines
199 B
Plaintext
#tabWidget {
|
|
background-color: #333;
|
|
}
|
|
|
|
* {
|
|
font-size: 14px;
|
|
}
|
|
|
|
SettingsDialogTab:hover {
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
|
|
color: white;
|
|
}
|