summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-03-03 01:23:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-03-03 01:23:04 +0100
commit328a3c7ebd5338cdc577fb1c40a03a40f293cbcf (patch)
tree55a815acb14bcd0dc32d989d6f419cd85b1e5fc4 /resources
parentUpload nightlies to #nheko-nightlies:neko.dev (#132) (diff)
downloadnheko-328a3c7ebd5338cdc577fb1c40a03a40f293cbcf.tar.xz
Fix avatar layering in room list
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss6
-rw-r--r--resources/styles/nheko.qss6
2 files changed, 6 insertions, 6 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index 4efb6f30..c0d91f99 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -126,7 +126,7 @@ RoomInfoListItem, UserMentionsWidget { qproperty-mentionedColor: #a82353; qproperty-highlightedBackgroundColor: #4d84c7; - qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); + qproperty-hoverBackgroundColor: rgb(67, 70, 77); qproperty-backgroundColor: #2d3139; qproperty-titleColor: #e4e5e8; @@ -156,7 +156,7 @@ RoomInfoListItem > Avatar { CommunitiesListItem { qproperty-highlightedBackgroundColor: #4d84c7; - qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); + qproperty-hoverBackgroundColor: rgb(67, 70, 77); qproperty-backgroundColor: #2d3139; qproperty-avatarBgColor: #202228; @@ -200,7 +200,7 @@ TopSection { } emoji--Category { - qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); + qproperty-hoverBackgroundColor: rgb(67, 70, 77); } FloatingButton { diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 4c59bad1..960809de 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -93,7 +93,7 @@ RaisedButton { RoomInfoListItem { qproperty-mentionedColor: #a82353; qproperty-highlightedBackgroundColor: #38A3D8; - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 40); + qproperty-hoverBackgroundColor: rgb(70, 77, 93); qproperty-hoverTitleColor: #f2f5f8; qproperty-hoverSubtitleColor: white; qproperty-backgroundColor: #f2f5f8; @@ -122,7 +122,7 @@ RoomInfoListItem > Avatar { CommunitiesListItem { qproperty-highlightedBackgroundColor: #38A3D8; - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 40); + qproperty-hoverBackgroundColor: rgb(70, 77, 93); qproperty-backgroundColor: #f2f5f8; qproperty-avatarBgColor: #eee; @@ -199,7 +199,7 @@ emoji--Panel QScrollBar:vertical { width: 0px; margin: 0px; } emoji--Panel QScrollBar::handle:vertical { min-height: 30px; } emoji--Category { - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70); + qproperty-hoverBackgroundColor: rgb(70, 77, 93); } emoji--Category,