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