Fix formatting

This commit is contained in:
Per von Zweigbergk 2023-09-24 00:08:39 +02:00
parent 83e2c45e74
commit c728d3c2e8
1 changed files with 4 additions and 5 deletions

View File

@ -35,9 +35,9 @@
{{ block.super }}
<style>
{% for status, color in table.Meta.cable_status_styles %}
tr[data-cable-status={{ status }}] {
background-color: var(--nbx-color-{{ color }}-a15);
}
tr[data-cable-status={{ status }}] {
background-color: var(--nbx-color-{{ color }}-a15);
}
{% endfor %}
tr[data-mark-connected=true] {
background-color: var(--nbx-color-success-a15);
@ -54,6 +54,5 @@
tr:not([data-cable-status=connected]) button.mark-planned {
display: none;
}
</style>
</style>
{% endblock %}