mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix colors on the scroll-down button
This commit is contained in:
parent
fc34f373df
commit
42dac7227f
1 changed files with 5 additions and 0 deletions
|
@ -89,3 +89,8 @@ EmojiCategory > * {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FloatingButton {
|
||||||
|
qproperty-backgroundColor: #efefef;
|
||||||
|
qproperty-foregroundColor: black;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue