aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2021-11-17 12:06:31 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2021-11-17 12:06:48 +0100
commitdd4d3315c156d79c1141e3b44dae440364a693fb (patch)
tree41b66017e0239b18b07fd56524bb5cfdb32876eb /templates/registration
parentfix primary group not showing, rename of field (diff)
downloadscout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.tar.gz
scout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.zip
add account data validation
Diffstat (limited to 'templates/registration')
-rw-r--r--templates/registration/base_client.html5
1 files changed, 5 insertions, 0 deletions
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;
+ }
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">