diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-11 13:45:37 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-11 13:45:37 +0200 |
commit | 3c5241ccd00b1e920386843b0a8d92ae09c6614a (patch) | |
tree | d59204eaa5cefbe7b8fd6918ecbd5f87c05e41c9 /resources/styles | |
parent | Add menu to invite users (diff) | |
download | nheko-3c5241ccd00b1e920386843b0a8d92ae09c6614a.tar.xz |
Add system theme colors for FloatingButton (#112)
Diffstat (limited to 'resources/styles')
-rw-r--r-- | resources/styles/system.qss | 5 |
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); |