summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-27 20:21:14 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-27 20:21:14 +0300
commit284d2003616c65ea4410467b3def9c09b55ecedf (patch)
tree42930df1561e6c755d83bc4b1a661fb65aa3f061 /resources
parentAdd environment variable to allow insecure connections (self-signed certs) (diff)
downloadnheko-284d2003616c65ea4410467b3def9c09b55ecedf.tar.xz
Fix invite button colors on the system theme
fixes #248
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/system.qss4
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);