summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-23 16:20:43 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-23 16:20:43 +0200
commit42dac7227fd26a3ce375c22e06c7d02fd519eba8 (patch)
tree21f4abfe6a386027b7580713f29db46d0b1ce3d2 /resources
parentRemove unnecessary comments (diff)
downloadnheko-42dac7227fd26a3ce375c22e06c7d02fd519eba8.tar.xz
Fix colors on the scroll-down button
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko.qss5
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; +}