mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
[simple] improve styling of subcategory table headers in preferences
This commit is contained in:
parent
20a5e43e35
commit
a12cb6a807
3 changed files with 9 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue