Fix formatting
This commit is contained in:
parent
83e2c45e74
commit
c728d3c2e8
|
|
@ -35,9 +35,9 @@
|
||||||
{{ block.super }}
|
{{ block.super }}
|
||||||
<style>
|
<style>
|
||||||
{% for status, color in table.Meta.cable_status_styles %}
|
{% for status, color in table.Meta.cable_status_styles %}
|
||||||
tr[data-cable-status={{ status }}] {
|
tr[data-cable-status={{ status }}] {
|
||||||
background-color: var(--nbx-color-{{ color }}-a15);
|
background-color: var(--nbx-color-{{ color }}-a15);
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
tr[data-mark-connected=true] {
|
tr[data-mark-connected=true] {
|
||||||
background-color: var(--nbx-color-success-a15);
|
background-color: var(--nbx-color-success-a15);
|
||||||
|
|
@ -54,6 +54,5 @@
|
||||||
tr:not([data-cable-status=connected]) button.mark-planned {
|
tr:not([data-cable-status=connected]) button.mark-planned {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
</style>
|
||||||
</style>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue