Merge branch 'timers-row-background' into 'master'

[CHANGE] Restore the "old" color coding in table rows

See merge request allianceauth/allianceauth!1611
This commit is contained in:
Ariel Rin 2024-03-21 09:12:25 +00:00
commit 13e38da942

View File

@ -19,9 +19,9 @@
{% for timer in timers %} {% for timer in timers %}
{% if timer.important == True %} {% if timer.important == True %}
<tr class="danger"> <tr class="table-danger">
{% else %} {% else %}
<tr class="info"> <tr class="table-info">
{% endif %} {% endif %}
<td style="width: 150px;" class="text-center"> <td style="width: 150px;" class="text-center">