summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko.qss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/styles/nheko.qss')
-rw-r--r--resources/styles/nheko.qss19
1 files changed, 12 insertions, 7 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index f156f305..4840e9b5 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -3,21 +3,26 @@ QLabel {
}
#chatPage,
-#chatPage > * {
- background-color: white;
+#chatPage > * {
+ background-color: white;
}
TimelineView,
TimelineView > * {
- background-color: white;
+ background-color: white;
+}
+
+RoomList,
+RoomList > * {
+ background-color: white;
}
-FlatButton {
- qproperty-foregroundColor: #333;
+FlatButton {
+ qproperty-foregroundColor: #333;
}
-RaisedButton {
- qproperty-foregroundColor: white;
+RaisedButton {
+ qproperty-foregroundColor: white;
}
RoomInfoListItem {