summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 21:03:53 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-22 21:03:53 +0200
commit56d8be5a27f12a575c7e28ad3aaa263eb3c507b5 (patch)
tree28a09fae02a9b6c2b240e56f25fff88c44036c72 /resources
parentFix minor stylistic issues on the nheko theme (diff)
downloadnheko-56d8be5a27f12a575c7e28ad3aaa263eb3c507b5.tar.xz
Fix emoji picker's theme
Diffstat (limited to 'resources')
-rw-r--r--resources/styles/nheko.qss12
1 files changed, 12 insertions, 0 deletions
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss

index 76ff7b5e..a84d247f 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -77,3 +77,15 @@ RegisterPage { background-color: white; color: #333; } + +EmojiPanel, +EmojiPanel > * { + background-color: white; + color: #333; +} + +EmojiCategory, +EmojiCategory > * { + background-color: white; + color: #ccc; +}