Merge branch 'timerboard-bg-fix' into 'master'

Make table bg a little less oppressive in timerboard

See merge request allianceauth/allianceauth!1617
This commit is contained in:
Ariel Rin 2024-04-27 05:09:37 +00:00
commit 742438a95d

View File

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