Skip to content
Snippets Groups Projects
Commit 14820fa0 authored by Roang's avatar Roang
Browse files

Add backoffice-no-script.css

This makes certain elements visible when JavaScript is disabled.
parent 43695dba
No related branches found
No related tags found
No related merge requests found
div.collapse:not(.show) {
display: block !important;
}
...@@ -17,6 +17,11 @@ ...@@ -17,6 +17,11 @@
type="text/css" type="text/css"
href="{% static 'vendor/bootstrap-icons/bootstrap-icons.min.css' %}"> href="{% static 'vendor/bootstrap-icons/bootstrap-icons.min.css' %}">
<link rel="stylesheet" type="text/css" href="{% static 'backoffice.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'backoffice.css' %}">
<noscript>
<link rel="stylesheet"
type="text/css"
href="{% static 'backoffice-no-script.css' %}">
</noscript>
{% if uses_map %} {% if uses_map %}
{% include "core/map_header.html" %} {% include "core/map_header.html" %}
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment