summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
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/styles/nheko-dark.qss
parent1a2b8b7a6b7aa57aafeb3e004c1a449443e511e3 (diff)
Fix avatar layering in room list
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss6
1 files changed, 3 insertions, 3 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 {