summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-19 22:36:12 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-19 22:36:12 +0200
commitf11044b5eb9cf42cc71930b567b7566f1293a936 (patch)
treecff5928ed2e8044905a3880731ee45f7a4a4176e /resources
parent101bf47443a1005f09e5369f232719cd9b67c189 (diff)
Handle incoming invites
fixes #128
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko-dark.qss3
-rw-r--r--resources/styles/nheko.qss3
-rw-r--r--resources/styles/system.qss3
3 files changed, 9 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index 0fd519ea..a730a6e0 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -49,6 +49,9 @@ RoomInfoListItem {
qproperty-highlightedTitleColor: #e4e5e8;
qproperty-highlightedSubtitleColor: #e4e5e8;
+
+ qproperty-btnColor: #414A59;
+ qproperty-btnTextColor: white;
}
LoadingIndicator {
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index c55b64fb..3e740e2a 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -47,6 +47,9 @@ RoomInfoListItem {
qproperty-highlightedTitleColor: white;
qproperty-highlightedSubtitleColor: white;
+
+ qproperty-btnColor: #ccc;
+ qproperty-btnTextColor: #333;
}
#ChatPageLoadSpinner {
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index e6dab15e..afb2ad26 100644
--- a/resources/styles/system.qss
+++ b/resources/styles/system.qss
@@ -55,6 +55,9 @@ RoomInfoListItem {
qproperty-highlightedTitleColor: palette(light);
qproperty-highlightedSubtitleColor: palette(light);
+
+ qproperty-btnColor: palette(light);
+ qproperty-btnTextColor: palette(text);
}
LoadingIndicator {