summaryrefslogtreecommitdiffstats
path: root/resources/styles/system.qss
blob: c81b8652bff39a82c59d99f4ff02127341bce3a3 (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
40
41
42
43
44
45
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);
}