diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2021-11-17 12:06:31 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2021-11-17 12:06:48 +0100 |
commit | dd4d3315c156d79c1141e3b44dae440364a693fb (patch) | |
tree | 41b66017e0239b18b07fd56524bb5cfdb32876eb /templates | |
parent | fix primary group not showing, rename of field (diff) | |
download | scout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.tar.gz scout-subs-dd4d3315c156d79c1141e3b44dae440364a693fb.zip |
add account data validation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/base_client.html | 5 |
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"> |