forked from MarseyWorld/MarseyWorld
fix colors on most blocked table
parent
5fa854afd6
commit
5aaeb93b35
|
@ -421,7 +421,7 @@
|
||||||
{% for user in usersBlk %}
|
{% for user in usersBlk %}
|
||||||
<tr {% if v.id == user.target_id %}class="self"{% endif %}>
|
<tr {% if v.id == user.target_id %}class="self"{% endif %}>
|
||||||
<td>{{loop.index}}</td>
|
<td>{{loop.index}}</td>
|
||||||
<td><a style="color:#{{user.name_color}};font-weight:bold" href="/@{{user.username}}"><span {% if user.patron %}class="patron" style="background-color:#{{user.name_color}}"{% endif %}>{{user.username}}</span></a></td>
|
<td><a style="color:#{{user.namecolor}};font-weight:bold" href="/@{{user.username}}"><span {% if user.patron %}class="patron" style="background-color:#{{user.namecolor}}"{% endif %}>{{user.username}}</span></a></td>
|
||||||
<td>{{user.n}}</td>
|
<td>{{user.n}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue