14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
TimelineView, TimelineView > * {
|
|
background-color: palette(base);
|
|
}
|
|
|
|
FlatButton {
|
|
qproperty-foregroundColor: palette(text);
|
|
}
|
|
|
|
RoomInfoListItem {
|
|
qproperty-highlightedBackgroundColor: palette(highlight);
|
|
qproperty-hoverBackgroundColor: palette(dark);
|
|
qproperty-backgroundColor: palette(window);
|
|
}
|