summaryrefslogtreecommitdiffstats
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
parent552941118bb7f94bfb3ff8c7f854380408c85ffe (diff)
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;
+}