2017-01-03 21:19:33 +01:00
|
|
|
* {
|
2017-12-18 00:54:17 +01:00
|
|
|
font-size: <font-size>px;
|
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 {
|
|
|
|
background: #222;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QComboBox QFrame {
|
|
|
|
background: #000;
|
|
|
|
border: 1px solid #66BCFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
chatterino--SettingsPage {
|
|
|
|
background: #222;
|
2019-09-03 11:15:38 +02:00
|
|
|
/*border: 1px solid #555;
|
|
|
|
border-left: none;*/
|
2018-10-31 20:57:29 +01:00
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
color: #4FC3F7;
|
|
|
|
}
|
|
|
|
|
|
|
|
chatterino--DescriptionLabel {
|
|
|
|
color: #999;
|
|
|
|
}
|