diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/registration/base_simple.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 6fcd1da..7f4b44c 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -8,6 +8,10 @@ <link rel="stylesheet" type="text/css" href="{% static 'material_icons.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'materialize.min.css' %}"> <style> + ul.errorlist { + display:none; + } + input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label { color: {{hexcolor}} !important; } |