From dd4d3315c156d79c1141e3b44dae440364a693fb Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Wed, 17 Nov 2021 12:06:31 +0100 Subject: add account data validation --- templates/registration/base_client.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/registration/base_client.html') diff --git a/templates/registration/base_client.html b/templates/registration/base_client.html index 3e251a2..3e78397 100644 --- a/templates/registration/base_client.html +++ b/templates/registration/base_client.html @@ -70,6 +70,11 @@ blockquote { border-left: 5px solid {{hexcolor}}; } + + .input-field input[type=text].valid { + border-bottom: none; + box-shadow: 0 1px 0 0 #9e9e9e; + } -- cgit v1.2.1