summary refs log tree commit diff
path: root/resources/styles
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-12 22:23:26 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-12 22:23:26 +0200
commit4659d0efc274f2a955b203ca5b00cf1dfc26d5fc (patch)
treede791031bf883a20932c878cd7a9a5d240dc3a49 /resources/styles
parentUpdate room name & avatar on new rooms (diff)
downloadnheko-4659d0efc274f2a955b203ca5b00cf1dfc26d5fc.tar.xz
Implement user registration with reCAPTCHA
fixes #264
Diffstat (limited to 'resources/styles')
-rw-r--r--resources/styles/nheko-dark.qss1
-rw-r--r--resources/styles/nheko.qss1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index a9da770f..f70fd8e2 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -101,6 +101,7 @@ Avatar {
 }
 
 dialogs--Logout,
+dialogs--ReCaptcha,
 dialogs--LeaveRoom,
 dialogs--CreateRoom,
 dialogs--InviteUsers,
diff --git a/resources/styles/nheko.qss b/resources/styles/nheko.qss
index ec3537b9..7644b8bb 100644
--- a/resources/styles/nheko.qss
+++ b/resources/styles/nheko.qss
@@ -104,6 +104,7 @@ Avatar {
 }
 
 dialogs--Logout,
+dialogs--ReCaptcha,
 dialogs--LeaveRoom,
 dialogs--CreateRoom,
 dialogs--InviteUsers,