mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
25 lines
338 B
Plaintext
25 lines
338 B
Plaintext
#tabWidget {
|
|
background-color: #333;
|
|
}
|
|
|
|
* {
|
|
font-size: <font-size>px;
|
|
}
|
|
|
|
SettingsDialogTab:hover {
|
|
border: 1px solid grey;
|
|
}
|
|
|
|
QLabel, QCheckBox, QGroupBox, SettingsDialogTab {
|
|
color: white;
|
|
}
|
|
|
|
QGroupBox {
|
|
background-color: #444;
|
|
}
|
|
|
|
QCheckBox::indicator {
|
|
width: <checkbox-size>px;
|
|
height: <checkbox-size>px;
|
|
}
|