diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-23 16:20:43 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-11-23 16:20:43 +0200 |
commit | 42dac7227fd26a3ce375c22e06c7d02fd519eba8 (patch) | |
tree | 21f4abfe6a386027b7580713f29db46d0b1ce3d2 /resources/styles | |
parent | Remove unnecessary comments (diff) | |
download | nheko-42dac7227fd26a3ce375c22e06c7d02fd519eba8.tar.xz |
Fix colors on the scroll-down button
Diffstat (limited to 'resources/styles')
-rw-r--r-- | resources/styles/nheko.qss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss index a84d247f..b75ec95a 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss @@ -89,3 +89,8 @@ EmojiCategory > * { background-color: white; color: #ccc; } + +FloatingButton { + qproperty-backgroundColor: #efefef; + qproperty-foregroundColor: black; +} |