From 771ade7a6f8f00661184ca77d6abdc3fef5ef7d2 Mon Sep 17 00:00:00 2001 From: Andrea Lepori Date: Fri, 15 Nov 2024 12:59:58 +0100 Subject: remove custom style for new style --- templates/registration/base_simple.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/registration/base_simple.html') diff --git a/templates/registration/base_simple.html b/templates/registration/base_simple.html index 4aa13e5..e97d216 100644 --- a/templates/registration/base_simple.html +++ b/templates/registration/base_simple.html @@ -14,6 +14,7 @@ {% block style %} {% endblock %} + {% if not request.session.new_css %} input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label { color: {{hexcolor}} !important; } @@ -76,6 +77,7 @@ blockquote { border-left: 5px solid {{hexcolor}}; } + {% endif %} -- cgit v1.2.1