2018-05-25 09:30:42 +03:00
|
|
|
TextLabel,
|
2017-11-25 19:19:58 +03:00
|
|
|
QLabel {
|
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2020-02-27 02:34:58 +03:00
|
|
|
TextLabel::a {
|
|
|
|
color: #38a3d8;
|
|
|
|
}
|
|
|
|
|
2020-02-21 05:16:13 +03:00
|
|
|
QuickSwitcher,
|
|
|
|
ReplyPopup,
|
|
|
|
SuggestionsPopup,
|
|
|
|
UserSettingsPage,
|
|
|
|
#scroll_widget,
|
|
|
|
#UserSettingScrollWidget {
|
|
|
|
background-color: #202228;
|
2019-01-18 20:17:25 +03:00
|
|
|
}
|
|
|
|
|
2020-02-21 05:16:13 +03:00
|
|
|
QLineEdit,
|
|
|
|
EditModal,
|
|
|
|
dialogs--ReCaptcha,
|
2022-03-30 03:07:32 +03:00
|
|
|
dialogs--JoinRoom {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #202228;
|
2020-02-21 05:16:13 +03:00
|
|
|
color: #caccd1;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-03-25 00:16:15 +03:00
|
|
|
PopupItem {
|
|
|
|
background-color: #202228;
|
|
|
|
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
FlatButton {
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-foregroundColor: #727274;
|
2017-11-25 19:19:58 +03:00
|
|
|
qproperty-backgroundColor: #333;
|
2018-07-26 12:24:35 +03:00
|
|
|
qproperty-disabledForegroundColor: #222;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
RaisedButton {
|
|
|
|
qproperty-foregroundColor: #caccd1;
|
|
|
|
qproperty-backgroundColor: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
FloatingButton {
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
|
|
|
qproperty-foregroundColor: white;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
TextField {
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-backgroundColor: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
qproperty-inkColor: #caccd1;
|
2017-12-10 16:22:01 +03:00
|
|
|
qproperty-labelColor: #caccd1;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-09-19 22:42:26 +03:00
|
|
|
TextInputWidget {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2018-03-19 00:38:04 +03:00
|
|
|
TextInputWidget,
|
|
|
|
TextInputWidget > QTextEdit,
|
|
|
|
TextInputWidget > QLineEdit {
|
|
|
|
background-color: #2d3139;
|
|
|
|
color: #caccd1;
|
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-03-31 00:07:32 +03:00
|
|
|
QListWidget {
|
|
|
|
color: #caccd1;
|
|
|
|
background-color: #202228;
|
|
|
|
}
|
|
|
|
|
2020-02-21 22:16:53 +03:00
|
|
|
QSplitter::handle { image: none; }
|