nheko/resources/styles/system.qss

46 lines
886 B
Plaintext
Raw Normal View History

2017-11-23 15:25:58 +01:00
OverlayWidget,
OverlayWidget > * {
background-color: palette(window);
}
2017-11-23 15:25:58 +01:00
#mainContent,
#mainContent > * {
background-color: palette(base);
}
2017-11-23 15:25:58 +01:00
TimelineView,
TimelineView > *,
TimelineItem,
TimelineItem > * {
background-color: palette(base);
}
FlatButton {
2017-11-23 15:25:58 +01:00
qproperty-foregroundColor: palette(text);
}
RoomInfoListItem {
2017-11-23 15:25:58 +01:00
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(dark);
qproperty-backgroundColor: palette(window);
2017-11-23 15:25:58 +01:00
qproperty-titleColor: palette(text);
qproperty-subtitleColor: palette(text);
2017-11-23 15:25:58 +01:00
qproperty-highlightedTitleColor: palette(text);
qproperty-highlightedSubtitleColor: palette(text);
}
LoadingIndicator {
2017-11-23 15:25:58 +01:00
qproperty-color: palette(text);
}
#ChatPageLoadSpinner {
2017-11-23 15:25:58 +01:00
qproperty-color: #acc7dc;
}
2017-11-23 15:25:58 +01:00
UserInfoWidget,
UserInfoWidget > * {
background-color: palette(window);
}