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);