From 42dac7227fd26a3ce375c22e06c7d02fd519eba8 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 23 Nov 2017 16:20:43 +0200 Subject: [PATCH] Fix colors on the scroll-down button --- resources/styles/nheko.qss | 5 +++++ 1 file changed, 5 insertions(+) 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; +}