summaryrefslogtreecommitdiffstats
path: root/resources/styles/system.qss
blob: 2f15271fdbd24739ef60363a9f83b093e39b9821 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OverlayWidget, OverlayWidget > * {
        background-color: palette(window);
}

#mainContent, #mainContent > * {
        background-color: palette(base);
}

TimelineView, TimelineView > *, TimelineItem, TimelineItem > * {
        background-color: palette(base);
}

FlatButton {
        qproperty-foregroundColor: palette(text);
}

RoomInfoListItem {
        qproperty-highlightedBackgroundColor: palette(highlight);
        qproperty-hoverBackgroundColor: palette(dark);
        qproperty-backgroundColor: palette(window);

        qproperty-titleColor: palette(text);
        qproperty-subtitleColor: palette(text);

        qproperty-highlightedTitleColor: palette(text);
        qproperty-highlightedSubtitleColor: palette(text);
}

LoadingIndicator {
        qproperty-color: palette(text);
}

#ChatPageLoadSpinner {
        qproperty-color: #acc7dc;
}

UserInfoWidget, UserInfoWidget > * {
        background-color: palette(window);
}