Skip to content

Commit ea9dcaa

Browse files
committed
Fix quick menu
1 parent 1050a46 commit ea9dcaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/fulldetail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ <h2 style="margin-bottom: 20px;">
3535
<ul style=" overflow-x:scroll; white-space: nowrap; line-height: 60px;">
3636
{% for related_cam in related_cams %}
3737
<li style="list-style: none; display: inline;">
38-
<span style="color: {{ cam.bullet_color }}"></span>
39-
<a style="color: {{ related_cam.title_color }};
38+
<span style="color: {% if related_cam.offline_since %}#888{% else %}{{ related_cam.bullet_color }}{% endif %}"></span>
39+
<a style="color: {% if related_cam.offline_since %}#888{% else %}{{ related_cam.title_color }}{% endif %};
4040
margin: 20px 0px"
4141
href="{% url 'cam_full_detail' related_cam.id %}">{{ related_cam.title }}</a>
4242
</li>

0 commit comments

Comments
 (0)