summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-25 22:20:34 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-25 22:20:34 +0200
commit54cf3418bc323b96b78e944c16f34082d5c2ef89 (patch)
tree3fa5772e566f07c6fdcfe7cd7236bd0669f88783 /resources
parentAdd dark theme (diff)
downloadnheko-54cf3418bc323b96b78e944c16f34082d5c2ef89.tar.xz
Paint RoomList's background (#137)
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss5
-rw-r--r--resources/styles/nheko.qss19
2 files changed, 17 insertions, 7 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 0ad68452..0d68acfb 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -12,6 +12,11 @@ TimelineView > * { background-color: #383c4a; } +RoomList, +RoomList > * { + background-color: #383c4a; +} + FlatButton { qproperty-foregroundColor: #caccd1; qproperty-backgroundColor: #333; 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 {