diff --git a/webconsole/style.css b/webconsole/style.css index da999460..b80e597e 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -1456,6 +1456,10 @@ input[type=checkbox]:checked + label::after { column-rule: 1px solid var(--border2); } + #transit.list .listitem:nth-child(even):last-child { + border-bottom: none; + } + .hops { min-width: 280px; display: inline-block;