summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-07 13:13:14 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-10-07 13:13:14 +0300
commit4b807229aa20d6f4891e35f08d489da427d3d0b6 (patch)
treead5c7d005429f6fa24fa63934b81086125f0113f /resources/styles
parentAdd the correct parent to scaleCombo (diff)
downloadnheko-4b807229aa20d6f4891e35f08d489da427d3d0b6.tar.xz
Remove built-in emoji picker
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss12
-rw-r--r--resources/styles/nheko.qss12
2 files changed, 0 insertions, 24 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss

index b203ad22..1f6631f7 100644 --- a/resources/styles/nheko-dark.qss +++ b/resources/styles/nheko-dark.qss
@@ -184,18 +184,6 @@ RegisterPage { color: #caccd1; } -emoji--Panel, -emoji--Panel > * { - background-color: #202228; - color: #caccd1; -} - -emoji--Category, -emoji--Category > * { - background-color: #2d3139; - color: #caccd1; -} - FloatingButton { qproperty-backgroundColor: #2d3139; qproperty-foregroundColor: white; diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index 3ebf8415..408d954e 100644 --- a/resources/styles/nheko.qss +++ b/resources/styles/nheko.qss
@@ -182,18 +182,6 @@ RegisterPage { color: #333; } -emoji--Panel, -emoji--Panel > * { - background-color: #eee; - color: #333; -} - -emoji--Category, -emoji--Category > * { - background-color: white; - color: #ccc; -} - FloatingButton { qproperty-backgroundColor: #efefef; qproperty-foregroundColor: black;