2017-01-03 21:19:33 +01:00
|
|
|
* {
|
2017-12-18 00:54:17 +01:00
|
|
|
font-size: <font-size>px;
|
2020-10-23 14:26:04 +02:00
|
|
|
font-family: "Segoe UI";
|
2017-01-03 21:19:33 +01:00
|
|
|
}
|
|
|
|
|
2017-12-18 00:54:17 +01:00
|
|
|
QCheckBox::indicator {
|
|
|
|
width: <checkbox-size>px;
|
|
|
|
height: <checkbox-size>px;
|
|
|
|
}
|
2018-10-31 19:45:51 +01:00
|
|
|
|
2018-10-31 20:57:29 +01:00
|
|
|
chatterino--ComboBox {
|
2019-09-02 09:44:25 +02:00
|
|
|
width: 120px;
|
2018-10-31 19:45:51 +01:00
|
|
|
}
|
|
|
|
|
2018-10-31 20:57:29 +01:00
|
|
|
QScrollArea {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QScrollArea QFrame {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox QFrame {
|
|
|
|
background: #000;
|
|
|
|
border: 1px solid #66BCFF;
|
|
|
|
}
|
|
|
|
|
2020-10-23 09:32:45 +02:00
|
|
|
chatterino--SettingsDialog chatterino--SettingsDialogTab {
|
|
|
|
font-family: "Segoe UI";
|
|
|
|
font-size: 14;
|
|
|
|
}
|
|
|
|
|
|
|
|
chatterino--SettingsPage #generalSettingsScrollContent {
|
2018-10-31 20:57:29 +01:00
|
|
|
background: #222;
|
|
|
|
}
|
|
|
|
|
2022-11-25 10:01:07 +01:00
|
|
|
chatterino--SettingsPage QToolTip {
|
|
|
|
padding: 2px;
|
|
|
|
background-color: #333333;
|
|
|
|
border: 1px solid #545454;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2019-09-02 18:59:37 +02:00
|
|
|
chatterino--PageHeader {
|
2019-09-03 11:15:38 +02:00
|
|
|
margin-bottom: 12px;
|
2019-09-02 18:59:37 +02:00
|
|
|
}
|
|
|
|
|
2018-10-31 19:45:51 +01:00
|
|
|
chatterino--TitleLabel {
|
|
|
|
font-family: "Segoe UI light";
|
|
|
|
font-size: 24px;
|
2020-10-11 14:36:28 +02:00
|
|
|
color: #4FC3F7; /* Should this be same as accent color? */
|
2018-10-31 19:45:51 +01:00
|
|
|
}
|
|
|
|
|
2020-10-23 14:26:04 +02:00
|
|
|
chatterino--SubtitleLabel {
|
|
|
|
font-family: "Segoe UI light";
|
|
|
|
font-size: 16px;
|
|
|
|
color: #4FC3F7; /* Should this be same as accent color? */
|
|
|
|
}
|
|
|
|
|
2018-10-31 19:45:51 +01:00
|
|
|
chatterino--DescriptionLabel {
|
|
|
|
color: #999;
|
|
|
|
}
|
2020-10-23 09:32:45 +02:00
|
|
|
|
|
|
|
chatterino--NavigationLabel {
|
|
|
|
font-family: "Segoe UI light";
|
2020-10-23 14:26:04 +02:00
|
|
|
font-size: 15px;
|
2020-10-23 09:32:45 +02:00
|
|
|
color: #A6DDF4;
|
|
|
|
}
|