From 1e285e1cdb87f47e11efc219424ca65be4d129cc Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Wed, 25 Aug 2021 16:28:39 +0000 Subject: [PATCH] Console: transit tunnel columns finessing --- webconsole/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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;