mirror-chatterino2/resources/qss/settings.qss
2019-09-02 18:59:37 +02:00

50 lines
722 B
Plaintext

* {
font-size: <font-size>px;
}
QCheckBox::indicator {
width: <checkbox-size>px;
height: <checkbox-size>px;
}
chatterino--ComboBox {
width: 120px;
}
QScrollArea {
border: none;
}
QScrollArea QFrame {
background: #222;
border: none;
}
QComboBox QFrame {
background: #000;
border: 1px solid #66BCFF;
}
chatterino--SettingsPage {
background: #222;
border: 1px solid #555;
}
chatterino--PageHeader {
min-height: 54px;
min-width: 64px;
border: 1px solid #555;
border-bottom: none;
}
chatterino--TitleLabel {
font-family: "Segoe UI light";
font-size: 24px;
color: #4FC3F7;
margin-top: 16px;
}
chatterino--DescriptionLabel {
color: #999;
}