summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-11 13:45:37 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-11 13:45:37 +0200
commit3c5241ccd00b1e920386843b0a8d92ae09c6614a (patch)
treed59204eaa5cefbe7b8fd6918ecbd5f87c05e41c9 /resources
parentef0b0f68795786751b04615451d42dbd7b3d7a5d (diff)
Add system theme colors for FloatingButton (#112)
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/system.qss5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
index f3bf619d..e6dab15e 100644
--- a/resources/styles/system.qss
+++ b/resources/styles/system.qss
@@ -90,6 +90,11 @@ ScrollBar {
qproperty-backgroundColor: palette(window);
}
+FloatingButton {
+ qproperty-backgroundColor: palette(window);
+ qproperty-foregroundColor: palette(text);
+}
+
QListWidget {
background-color: palette(window);
color: palette(text);