2018-05-25 08:30:42 +02:00
|
|
|
TextLabel,
|
2017-11-16 15:33:52 +01:00
|
|
|
QLabel {
|
2017-11-23 15:25:58 +01:00
|
|
|
color: #333;
|
2017-11-16 15:33:52 +01:00
|
|
|
}
|
|
|
|
|
2020-02-27 00:34:58 +01:00
|
|
|
TextLabel::a {
|
|
|
|
color: #0077b5;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-03-24 22:16:15 +01:00
|
|
|
PopupItem {
|
|
|
|
background-color: white;
|
|
|
|
qproperty-hoverColor: rgba(192, 193, 195, 120);
|
|
|
|
}
|
|
|
|
|
2017-11-25 21:20:34 +01:00
|
|
|
FlatButton {
|
2018-07-01 18:40:53 +02:00
|
|
|
qproperty-foregroundColor: #495057;
|
2017-11-25 21:20:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
RaisedButton {
|
|
|
|
qproperty-foregroundColor: white;
|
2017-11-23 15:25:58 +01:00
|
|
|
}
|
2017-11-16 15:33:52 +01:00
|
|
|
|
2018-03-12 21:23:26 +01:00
|
|
|
dialogs--ReCaptcha,
|
2018-01-10 08:52:59 +01:00
|
|
|
dialogs--JoinRoom,
|
2018-05-16 19:40:42 +02:00
|
|
|
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 {
|
2017-11-22 18:52:38 +01:00
|
|
|
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
|
|
|
|
2020-02-21 20:16:53 +01:00
|
|
|
QSplitter::handle { image: none; }
|