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