Fix qss formatting

This commit is contained in:
Konstantinos Sideris 2017-11-23 16:25:58 +02:00
parent 42dac7227f
commit c6cf6c2b41
2 changed files with 55 additions and 40 deletions

View File

@ -2,16 +2,25 @@ QLabel {
color: #333;
}
#chatPage, #chatPage > * { background-color: white; }
#chatPage,
#chatPage > * {
background-color: white;
}
TimelineView, TimelineView > * { background-color: white; }
TimelineView,
TimelineView > * {
background-color: white;
}
FlatButton { qproperty-foregroundColor: #333; }
FlatButton {
qproperty-foregroundColor: #333;
}
RaisedButton { qproperty-foregroundColor: white; }
RaisedButton {
qproperty-foregroundColor: white;
}
RoomInfoListItem
{
RoomInfoListItem {
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
qproperty-backgroundColor: white;

View File

@ -1,12 +1,17 @@
OverlayWidget, OverlayWidget > * {
OverlayWidget,
OverlayWidget > * {
background-color: palette(window);
}
#mainContent, #mainContent > * {
#mainContent,
#mainContent > * {
background-color: palette(base);
}
TimelineView, TimelineView > *, TimelineItem, TimelineItem > * {
TimelineView,
TimelineView > *,
TimelineItem,
TimelineItem > * {
background-color: palette(base);
}
@ -34,6 +39,7 @@ LoadingIndicator {
qproperty-color: #acc7dc;
}
UserInfoWidget, UserInfoWidget > * {
UserInfoWidget,
UserInfoWidget > * {
background-color: palette(window);
}