Add option to make active list filters more visible. #178

* add option to make active list filters more visible

* fix margins and border radius for selected filters
This commit is contained in:
Éric
2022-10-06 03:47:19 -04:00
committed by GitHub
parent 56f876d25e
commit f25d340738
7 changed files with 55 additions and 7 deletions
@@ -142,6 +142,7 @@ flat-theme admin-interface
{% if theme.foldable_apps %} foldable-apps {% endif %}
{% if theme.form_submit_sticky %} sticky-submit {% endif %}
{% if theme.form_pagination_sticky %} sticky-pagination {% endif %}
{% if theme.list_filter_highlight %} list-filter-highlight {% endif %}
{% if theme.list_filter_sticky %} list-filter-sticky {% endif %}
{% endblock %}