aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/base_simple.html
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2024-11-15 12:59:58 +0100
committerAndrea Lepori <aleporia@gmail.com>2024-11-15 12:59:58 +0100
commit771ade7a6f8f00661184ca77d6abdc3fef5ef7d2 (patch)
tree166b63413c06643e9925a7254c57ddf27750f7a4 /templates/registration/base_simple.html
parentlight theme for new style (diff)
downloadscout-subs-771ade7a6f8f00661184ca77d6abdc3fef5ef7d2.tar.gz
scout-subs-771ade7a6f8f00661184ca77d6abdc3fef5ef7d2.zip
remove custom style for new style
Diffstat (limited to 'templates/registration/base_simple.html')
-rw-r--r--templates/registration/base_simple.html2
1 files changed, 2 insertions, 0 deletions
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 %}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta charset="utf-8">