mirror-chatterino2/resources/qss/settings.qss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-01-03 21:19:33 +01:00
* {
font-size: 14px;
font-family: "Segoe UI";
2017-01-03 21:19:33 +01:00
}
QCheckBox::indicator {
width: 14px;
height: 14px;
}
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;
}
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
}
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";
font-size: 15px;
2020-10-23 09:32:45 +02:00
color: #A6DDF4;
}