nheko/resources/styles/nheko.qss

69 lines
1.0 KiB
Plaintext
Raw Normal View History

TextLabel,
QLabel {
2017-11-23 15:25:58 +01:00
color: #333;
}
2020-02-27 00:34:58 +01:00
TextLabel::a {
color: #0077b5;
}
PopupItem {
background-color: white;
qproperty-hoverColor: rgba(192, 193, 195, 120);
}
2017-11-25 21:20:34 +01:00
FlatButton {
qproperty-foregroundColor: #495057;
2017-11-25 21:20:34 +01:00
}
RaisedButton {
qproperty-foregroundColor: white;
2017-11-23 15:25:58 +01:00
}
dialogs--ReCaptcha,
dialogs--JoinRoom,
EditModal,
2017-12-10 22:59:50 +01:00
QListWidget {
background-color: white;
2018-07-20 11:02:35 +02:00
color: #495057;
2017-12-10 22:59:50 +01:00
}
2020-03-30 21:48:28 +02:00
QComboBox,
2022-03-30 02:07:32 +02:00
QPushButton {
background-color: white;
color: #333;
}
2017-11-22 20:03:53 +01:00
2017-11-23 15:20:43 +01:00
FloatingButton {
qproperty-backgroundColor: #efefef;
qproperty-foregroundColor: black;
}
2017-12-05 13:13:26 +01:00
2017-12-10 14:22:01 +01:00
TextField {
qproperty-backgroundColor: white;
qproperty-inkColor: #333;
qproperty-labelColor: #333;
}
2020-03-30 23:07:32 +02:00
QListWidget,
2020-03-30 21:48:28 +02:00
TextInputWidget,
QTextEdit,
QLineEdit {
background-color: white;
color: #333;
}
2018-03-18 16:08:13 +01:00
TextInputWidget {
2018-09-19 21:42:26 +02:00
border: none;
2018-03-18 16:08:13 +01:00
}
2018-05-09 00:00:10 +02:00
Toggle {
qproperty-activeColor: #38a3d8;
qproperty-disabledColor: gray;
qproperty-inactiveColor: gray;
qproperty-trackColor: rgb(240, 240, 240);
}
2018-07-25 22:07:56 +02:00
QSplitter::handle { image: none; }