summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-20 21:23:01 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-20 21:23:01 +0200
commit480de2d30bcd82ed3beeab5fad9b2a55d34b4990 (patch)
tree859919ef7e243d974661e066613823f800c4a955 /resources
parentTimelineView: remove unneeded date separators when deleting a redacted messag... (diff)
downloadnheko-480de2d30bcd82ed3beeab5fad9b2a55d34b4990.tar.xz
Adjust unread msg bubble
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko.qss5
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss

index 1ed3049b..e158d76d 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -50,7 +50,7 @@ RaisedButton { RoomInfoListItem { qproperty-highlightedBackgroundColor: #38A3D8; - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128); + qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100); qproperty-backgroundColor: white; qproperty-titleColor: #333; @@ -67,6 +67,9 @@ RoomInfoListItem { qproperty-avatarBgColor: #eee; qproperty-avatarFgColor: black; + + qproperty-bubbleFgColor: white; + qproperty-bubbleBgColor: #38A3D8; } CommunitiesListItem {