From 3d95adfa00bfa0d9bc515d0c9c8479bccd65407b Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Tue, 4 Jan 2022 16:46:44 +0100 Subject: logout user if token expired + set password page --- templates/registration/base_client.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/registration/base_client.html') diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index d90462c..cfb6024 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -12,6 +12,10 @@ color: {{hexcolor}} !important; } + input[type=password]:focus + label, .materialize-textarea:focus:not([readonly]) + label { + color: {{hexcolor}} !important; + } + input[type=text]:focus, .materialize-textarea:focus:not([readonly]) { border-bottom: 1px solid {{hexcolor}} !important; box-shadow: 0 1px 0 0 {{hexcolor}} !important; -- cgit v1.2.1