From 284d2003616c65ea4410467b3def9c09b55ecedf Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 27 Mar 2018 20:21:14 +0300 Subject: Fix invite button colors on the system theme fixes #248 --- resources/styles/system.qss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/styles/system.qss b/resources/styles/system.qss index ce63f44e..5ebc4dd6 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -62,7 +62,7 @@ RegisterPage { RoomInfoListItem { qproperty-highlightedBackgroundColor: palette(highlight); - qproperty-hoverBackgroundColor: palette(mid); + qproperty-hoverBackgroundColor: palette(light); qproperty-backgroundColor: palette(window); qproperty-titleColor: palette(text); @@ -71,7 +71,7 @@ RoomInfoListItem { qproperty-highlightedTitleColor: palette(light); qproperty-highlightedSubtitleColor: palette(light); - qproperty-btnColor: palette(light); + qproperty-btnColor: palette(mid); qproperty-btnTextColor: palette(text); qproperty-timestampColor: palette(text); -- cgit 1.5.1