nheko/resources/styles/system.qss

75 lines
1.3 KiB
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 > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
2017-11-23 15:25:58 +01:00
TimelineView,
TimelineView > *,
TimelineItem,
TimelineItem > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
FlatButton {
2017-11-23 15:25:58 +01:00
qproperty-foregroundColor: palette(text);
}
2017-11-25 14:14:37 +01:00
RaisedButton {
qproperty-foregroundColor: palette(light);
}
TextField {
qproperty-backgroundColor: palette(window);
}
WelcomePage,
LoginPage,
RegisterPage {
background-color: palette(window);
}
RoomInfoListItem {
2017-11-23 15:25:58 +01:00
qproperty-highlightedBackgroundColor: palette(highlight);
2017-11-25 14:14:37 +01:00
qproperty-hoverBackgroundColor: palette(mid);
2017-11-23 15:25:58 +01:00
qproperty-backgroundColor: palette(window);
2017-11-23 15:25:58 +01:00
qproperty-titleColor: palette(text);
qproperty-subtitleColor: palette(text);
2017-11-25 14:14:37 +01:00
qproperty-highlightedTitleColor: palette(light);
qproperty-highlightedSubtitleColor: palette(light);
}
LoadingIndicator {
2017-11-25 14:14:37 +01:00
qproperty-color: palette(highlight);
}
#ChatPageLoadSpinner {
2017-11-25 14:14:37 +01:00
qproperty-color: palette(light);
}
2017-11-23 15:25:58 +01:00
UserInfoWidget,
UserInfoWidget > * {
background-color: palette(window);
}
2017-11-25 14:14:37 +01:00
EmojiCategory,
EmojiCategory > * {
background-color: palette(window);
}
EmojiPanel,
EmojiPanel > * {
background-color: palette(window);
}
QTextEdit,
QLineEdit {
background-color: palette(window);
}