summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:20:10 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-07-26 12:20:10 +0300
commite5fe47b1726f5b15b9ae9dc8474dc8a2cb0545de (patch)
tree53cae27e40138392d7ab261b4ab1b352d7a8cec7 /resources/styles/nheko-dark.qss
parentf8a1ed84a882d31d5c4d85449e3e56d838fe2fec (diff)
Increase the opacity of the hover color on the room list
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss4
1 files changed, 2 insertions, 2 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;