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