forked from mirror/nheko
parent
42dac7227f
commit
c6cf6c2b41
@ -1,39 +1,45 @@ |
|||||||
OverlayWidget, OverlayWidget > * { |
OverlayWidget, |
||||||
background-color: palette(window); |
OverlayWidget > * { |
||||||
|
background-color: palette(window); |
||||||
} |
} |
||||||
|
|
||||||
#mainContent, #mainContent > * { |
#mainContent, |
||||||
background-color: palette(base); |
#mainContent > * { |
||||||
|
background-color: palette(base); |
||||||
} |
} |
||||||
|
|
||||||
TimelineView, TimelineView > *, TimelineItem, TimelineItem > * { |
TimelineView, |
||||||
background-color: palette(base); |
TimelineView > *, |
||||||
|
TimelineItem, |
||||||
|
TimelineItem > * { |
||||||
|
background-color: palette(base); |
||||||
} |
} |
||||||
|
|
||||||
FlatButton { |
FlatButton { |
||||||
qproperty-foregroundColor: palette(text); |
qproperty-foregroundColor: palette(text); |
||||||
} |
} |
||||||
|
|
||||||
RoomInfoListItem { |
RoomInfoListItem { |
||||||
qproperty-highlightedBackgroundColor: palette(highlight); |
qproperty-highlightedBackgroundColor: palette(highlight); |
||||||
qproperty-hoverBackgroundColor: palette(dark); |
qproperty-hoverBackgroundColor: palette(dark); |
||||||
qproperty-backgroundColor: palette(window); |
qproperty-backgroundColor: palette(window); |
||||||
|
|
||||||
qproperty-titleColor: palette(text); |
qproperty-titleColor: palette(text); |
||||||
qproperty-subtitleColor: palette(text); |
qproperty-subtitleColor: palette(text); |
||||||
|
|
||||||
qproperty-highlightedTitleColor: palette(text); |
qproperty-highlightedTitleColor: palette(text); |
||||||
qproperty-highlightedSubtitleColor: palette(text); |
qproperty-highlightedSubtitleColor: palette(text); |
||||||
} |
} |
||||||
|
|
||||||
LoadingIndicator { |
LoadingIndicator { |
||||||
qproperty-color: palette(text); |
qproperty-color: palette(text); |
||||||
} |
} |
||||||
|
|
||||||
#ChatPageLoadSpinner { |
#ChatPageLoadSpinner { |
||||||
qproperty-color: #acc7dc; |
qproperty-color: #acc7dc; |
||||||
} |
} |
||||||
|
|
||||||
UserInfoWidget, UserInfoWidget > * { |
UserInfoWidget, |
||||||
background-color: palette(window); |
UserInfoWidget > * { |
||||||
|
background-color: palette(window); |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue