diff options
author | Andrea Lepori <aleporia@gmail.com> | 2024-11-15 12:59:58 +0100 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2024-11-15 12:59:58 +0100 |
commit | 771ade7a6f8f00661184ca77d6abdc3fef5ef7d2 (patch) | |
tree | 166b63413c06643e9925a7254c57ddf27750f7a4 /templates/registration/base_admin.html | |
parent | light theme for new style (diff) | |
download | scout-subs-771ade7a6f8f00661184ca77d6abdc3fef5ef7d2.tar.gz scout-subs-771ade7a6f8f00661184ca77d6abdc3fef5ef7d2.zip |
remove custom style for new style
Diffstat (limited to 'templates/registration/base_admin.html')
-rw-r--r-- | templates/registration/base_admin.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/base_admin.html b/templates/registration/base_admin.html index f150c35..c78cfcf 100644 --- a/templates/registration/base_admin.html +++ b/templates/registration/base_admin.html @@ -13,6 +13,7 @@ <link rel="stylesheet" type="text/css" href="{% static request.session.new_css|materialize_css %}"> <link rel="stylesheet" type="text/css" href="{% static 'tabulator/css/tabulator.min.css' %}"> <style> + {% if not request.session.new_css %} input[type=text]:focus + label, .materialize-textarea:focus:not([readonly]) + label { color: {{hexcolor}} !important; } @@ -84,6 +85,7 @@ } .embedded-row:hover{ background-color: #e5e5e5 !important;} + {% endif %} </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta charset="utf-8"> |