From 3c5241ccd00b1e920386843b0a8d92ae09c6614a Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Mon, 11 Dec 2017 13:45:37 +0200 Subject: [PATCH] Add system theme colors for FloatingButton (#112) --- resources/styles/system.qss | 5 +++++ 1 file changed, 5 insertions(+) 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);