[simple] improve styling of subcategory table headers in preferences

This commit is contained in:
Martin Fischer 2021-12-27 02:27:48 +01:00
parent 20a5e43e35
commit a12cb6a807
3 changed files with 9 additions and 1 deletions

View file

@ -291,7 +291,7 @@
</tr>
{% for group, engines in engines_by_category[categ] | group_engines_in_tab %}
{% if loop.length > 1 %}
<tr><th colspan="9">{{_(group)}}</th></tr>
<tr><th colspan="9" class="engine-group">{{_(group)}}</th></tr>
{% endif %}
{% for search_engine in engines %}
{% if not search_engine.private %}