mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
48 lines
678 B
Plaintext
48 lines
678 B
Plaintext
* {
|
|
font-size: <font-size>px;
|
|
}
|
|
|
|
QCheckBox::indicator {
|
|
width: <checkbox-size>px;
|
|
height: <checkbox-size>px;
|
|
}
|
|
|
|
chatterino--ComboBox {
|
|
width: 100px;
|
|
}
|
|
|
|
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--TitleLabel {
|
|
font-family: "Segoe UI light";
|
|
font-size: 24px;
|
|
color: #4FC3F7;
|
|
}
|
|
|
|
chatterino--TitleLabel2 {
|
|
font-family: "Segoe UI light";
|
|
font-size: 24px;
|
|
color: #bbb;
|
|
}
|
|
|
|
chatterino--DescriptionLabel {
|
|
color: #999;
|
|
}
|