mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.0 KiB
68 lines
1.0 KiB
TextLabel,
|
|
QLabel {
|
|
color: #333;
|
|
}
|
|
|
|
TextLabel::a {
|
|
color: #0077b5;
|
|
}
|
|
|
|
|
|
PopupItem {
|
|
background-color: white;
|
|
qproperty-hoverColor: rgba(192, 193, 195, 120);
|
|
}
|
|
|
|
FlatButton {
|
|
qproperty-foregroundColor: #495057;
|
|
}
|
|
|
|
RaisedButton {
|
|
qproperty-foregroundColor: white;
|
|
}
|
|
|
|
dialogs--ReCaptcha,
|
|
dialogs--JoinRoom,
|
|
EditModal,
|
|
QListWidget {
|
|
background-color: white;
|
|
color: #495057;
|
|
}
|
|
|
|
QComboBox,
|
|
QPushButton {
|
|
background-color: white;
|
|
color: #333;
|
|
}
|
|
|
|
FloatingButton {
|
|
qproperty-backgroundColor: #efefef;
|
|
qproperty-foregroundColor: black;
|
|
}
|
|
|
|
TextField {
|
|
qproperty-backgroundColor: white;
|
|
qproperty-inkColor: #333;
|
|
qproperty-labelColor: #333;
|
|
}
|
|
|
|
QListWidget,
|
|
TextInputWidget,
|
|
QTextEdit,
|
|
QLineEdit {
|
|
background-color: white;
|
|
color: #333;
|
|
}
|
|
|
|
TextInputWidget {
|
|
border: none;
|
|
}
|
|
|
|
Toggle {
|
|
qproperty-activeColor: #38a3d8;
|
|
qproperty-disabledColor: gray;
|
|
qproperty-inactiveColor: gray;
|
|
qproperty-trackColor: rgb(240, 240, 240);
|
|
}
|
|
|
|
QSplitter::handle { image: none; }
|
|
|