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
|
|
|
}
|
|
|
|
|
2017-11-23 17:25:58 +03:00
|
|
|
#chatPage,
|
2017-11-25 23:20:34 +03:00
|
|
|
#chatPage > * {
|
|
|
|
background-color: white;
|
2017-11-23 17:25:58 +03:00
|
|
|
}
|
2017-11-16 17:33:52 +03:00
|
|
|
|
2018-01-15 22:04:49 +03:00
|
|
|
#sideBar {
|
|
|
|
border: none;
|
|
|
|
border-right: 1px solid #dcdcdc;
|
|
|
|
}
|
|
|
|
|
2017-11-23 17:25:58 +03:00
|
|
|
TimelineView,
|
|
|
|
TimelineView > * {
|
2017-11-25 23:20:34 +03:00
|
|
|
background-color: white;
|
2017-11-23 17:25:58 +03:00
|
|
|
}
|
2017-11-16 17:33:52 +03:00
|
|
|
|
2017-11-25 23:20:34 +03:00
|
|
|
RoomList,
|
|
|
|
RoomList > * {
|
|
|
|
background-color: white;
|
2017-11-23 17:25:58 +03:00
|
|
|
}
|
2017-11-16 17:33:52 +03:00
|
|
|
|
2018-01-09 16:07:32 +03:00
|
|
|
CommunitiesList,
|
|
|
|
CommunitiesList > * {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2017-11-25 23:20:34 +03:00
|
|
|
FlatButton {
|
|
|
|
qproperty-foregroundColor: #333;
|
|
|
|
}
|
|
|
|
|
2017-11-28 03:01:37 +03:00
|
|
|
FileItem {
|
|
|
|
qproperty-textColor: #333;
|
|
|
|
qproperty-backgroundColor: #f2f2f2;
|
|
|
|
qproperty-iconColor: white;
|
|
|
|
}
|
|
|
|
|
2017-12-01 18:33:49 +03:00
|
|
|
AudioItem {
|
|
|
|
qproperty-textColor: #333;
|
|
|
|
qproperty-backgroundColor: #f2f2f2;
|
|
|
|
qproperty-iconColor: white;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2017-11-23 17:25:58 +03:00
|
|
|
RoomInfoListItem {
|
|
|
|
qproperty-highlightedBackgroundColor: #38A3D8;
|
|
|
|
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
|
|
|
|
qproperty-backgroundColor: white;
|
2017-11-16 17:33:52 +03:00
|
|
|
|
2017-11-23 17:25:58 +03:00
|
|
|
qproperty-titleColor: #333;
|
|
|
|
qproperty-subtitleColor: #5d6565;
|
2017-11-16 17:33:52 +03:00
|
|
|
|
2017-11-23 17:25:58 +03:00
|
|
|
qproperty-highlightedTitleColor: white;
|
2017-12-21 14:41:05 +03:00
|
|
|
qproperty-highlightedSubtitleColor: #f4f4f5;
|
2017-12-19 23:36:12 +03:00
|
|
|
|
|
|
|
qproperty-btnColor: #ccc;
|
|
|
|
qproperty-btnTextColor: #333;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
2018-01-09 16:07:32 +03:00
|
|
|
CommunitiesListItem {
|
|
|
|
qproperty-highlightedBackgroundColor: #38A3D8;
|
|
|
|
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
|
|
|
|
qproperty-backgroundColor: white;
|
|
|
|
}
|
|
|
|
|
2017-11-16 17:33:52 +03:00
|
|
|
#ChatPageLoadSpinner {
|
2017-11-23 17:25:58 +03:00
|
|
|
qproperty-color: #acc7dc;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#FileUploadSpinner {
|
2017-11-23 17:25:58 +03:00
|
|
|
qproperty-color: #333;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
UserInfoWidget, UserInfoWidget > * {
|
2017-11-23 17:25:58 +03:00
|
|
|
background-color: #d6dde3;
|
|
|
|
color: #ebebeb;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
2018-01-15 22:04:49 +03:00
|
|
|
UserInfoWidget {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #dcdcdc;
|
|
|
|
}
|
|
|
|
|
2017-11-22 20:52:38 +03:00
|
|
|
UserSettingsPage {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2017-11-16 17:33:52 +03:00
|
|
|
Avatar {
|
2017-11-23 17:25:58 +03:00
|
|
|
qproperty-textColor: black;
|
|
|
|
qproperty-backgroundColor: #eee;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#displayNameLabel {
|
2017-11-23 17:25:58 +03:00
|
|
|
color: #171919;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#userIdLabel {
|
2017-11-23 17:25:58 +03:00
|
|
|
color: #555459;
|
2017-11-16 17:33:52 +03:00
|
|
|
}
|
2017-11-22 20:52:38 +03:00
|
|
|
|
2017-11-30 21:02:46 +03:00
|
|
|
dialogs--Logout,
|
2018-03-12 23:23:26 +03:00
|
|
|
dialogs--ReCaptcha,
|
2017-12-10 16:22:01 +03:00
|
|
|
dialogs--LeaveRoom,
|
2017-12-12 00:00:37 +03:00
|
|
|
dialogs--CreateRoom,
|
2017-12-11 00:59:50 +03:00
|
|
|
dialogs--InviteUsers,
|
2018-01-03 19:05:49 +03:00
|
|
|
dialogs--ReadReceipts,
|
2018-01-10 10:52:59 +03:00
|
|
|
dialogs--JoinRoom,
|
2018-02-18 23:52:31 +03:00
|
|
|
dialogs--PreviewUploadOverlay,
|
2017-12-11 00:59:50 +03:00
|
|
|
QListWidget {
|
|
|
|
background-color: white;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2017-11-30 21:02:46 +03:00
|
|
|
WelcomePage,
|
|
|
|
LoginPage,
|
2017-11-22 20:52:38 +03:00
|
|
|
RegisterPage {
|
|
|
|
background-color: white;
|
|
|
|
color: #333;
|
|
|
|
}
|
2017-11-22 22:03:53 +03:00
|
|
|
|
2017-11-30 21:02:46 +03:00
|
|
|
emoji--Panel,
|
|
|
|
emoji--Panel > * {
|
|
|
|
background-color: #eee;
|
2017-11-22 22:03:53 +03:00
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
|
2017-11-30 21:02:46 +03:00
|
|
|
emoji--Category,
|
|
|
|
emoji--Category > * {
|
2017-11-22 22:03:53 +03:00
|
|
|
background-color: white;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2017-12-05 15:13:26 +03:00
|
|
|
ScrollBar {
|
|
|
|
qproperty-handleColor: #ccc;
|
|
|
|
qproperty-backgroundColor: #efefef;
|
|
|
|
}
|
2018-01-15 22:04:49 +03:00
|
|
|
|
|
|
|
SideBarActions {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #dcdcdc;
|
|
|
|
}
|
|
|
|
|
|
|
|
TopRoomBar {
|
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid #dcdcdc;
|
|
|
|
}
|