From e5fe47b1726f5b15b9ae9dc8474dc8a2cb0545de Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 26 Jul 2018 12:20:10 +0300 Subject: [PATCH] Increase the opacity of the hover color on the room list --- resources/styles/nheko-dark.qss | 4 ++-- resources/styles/nheko.qss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss index 57e3e8b4..54fabac2 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss @@ -81,7 +81,7 @@ RaisedButton { RoomInfoListItem { qproperty-highlightedBackgroundColor: #4d84c7; - qproperty-hoverBackgroundColor: rgba(57,103,158, 100) ; + qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); qproperty-backgroundColor: #2d3139; qproperty-titleColor: #e4e5e8; @@ -105,7 +105,7 @@ RoomInfoListItem { CommunitiesListItem { qproperty-highlightedBackgroundColor: #4d84c7; - qproperty-hoverBackgroundColor: rgba(57,103,158, 100); + qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30); qproperty-backgroundColor: #2d3139; qproperty-avatarBgColor: #202228; diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index 5852e9da..1752c061 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -79,7 +79,7 @@ RaisedButton { RoomInfoListItem { qproperty-highlightedBackgroundColor: #38A3D8; - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100); + qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70); qproperty-backgroundColor: white; qproperty-titleColor: #333; @@ -103,7 +103,7 @@ RoomInfoListItem { CommunitiesListItem { qproperty-highlightedBackgroundColor: #38A3D8; - qproperty-hoverBackgroundColor: rgba(200, 200, 200, 100); + qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70); qproperty-backgroundColor: white; qproperty-avatarBgColor: #eee;