mirror of https://github.com/Nheko-Reborn/nheko
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.1 KiB
57 lines
1.1 KiB
7 years ago
|
* {
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
QLabel {
|
||
|
color: #333;
|
||
|
}
|
||
|
|
||
|
#chatPage, #chatPage > * { background-color: white; }
|
||
|
|
||
|
TimelineView, TimelineView > * { background-color: white; }
|
||
|
|
||
|
QMenu, QMenu > * { background-color: white; }
|
||
|
|
||
|
FlatButton { qproperty-foregroundColor: #333; }
|
||
|
|
||
|
RaisedButton { qproperty-foregroundColor: white; }
|
||
|
|
||
|
RoomInfoListItem
|
||
|
{
|
||
|
qproperty-highlightedBackgroundColor: #38A3D8;
|
||
|
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
|
||
|
qproperty-backgroundColor: white;
|
||
|
|
||
|
qproperty-titleColor: #333;
|
||
|
qproperty-subtitleColor: #5d6565;
|
||
|
|
||
|
qproperty-highlightedTitleColor: white;
|
||
|
qproperty-highlightedSubtitleColor: white;
|
||
|
}
|
||
|
|
||
|
#ChatPageLoadSpinner {
|
||
|
qproperty-color: #acc7dc;
|
||
|
}
|
||
|
|
||
|
#FileUploadSpinner {
|
||
|
qproperty-color: #333;
|
||
|
}
|
||
|
|
||
|
UserInfoWidget, UserInfoWidget > * {
|
||
|
background-color: #d6dde3;
|
||
|
color: #ebebeb;
|
||
|
}
|
||
|
|
||
|
Avatar {
|
||
|
qproperty-textColor: black;
|
||
|
qproperty-backgroundColor: #eee;
|
||
|
}
|
||
|
|
||
|
#displayNameLabel {
|
||
|
color: #171919;
|
||
|
}
|
||
|
|
||
|
#userIdLabel {
|
||
|
color: #555459;
|
||
|
}
|