diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-27 20:21:14 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-27 20:21:14 +0300 |
commit | 284d2003616c65ea4410467b3def9c09b55ecedf (patch) | |
tree | 42930df1561e6c755d83bc4b1a661fb65aa3f061 /resources/styles | |
parent | Add environment variable to allow insecure connections (self-signed certs) (diff) | |
download | nheko-284d2003616c65ea4410467b3def9c09b55ecedf.tar.xz |
Fix invite button colors on the system theme
fixes #248
Diffstat (limited to 'resources/styles')
-rw-r--r-- | resources/styles/system.qss | 4 |
1 files changed, 2 insertions, 2 deletions
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); |