matrixion/resources/styles/nheko.qss

69 lines
1 KiB
Text
Raw Normal View History

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