From e65e541900e0967e6f0163eb1d922118b7c6f612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=C3=A4ssler?= Date: Wed, 22 Jul 2020 19:56:48 +0200 Subject: [PATCH] add missing border between settings and swap buttons --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index 53aaa32..11f1eb0 100755 --- a/client/style.css +++ b/client/style.css @@ -172,6 +172,7 @@ tbody tr:hover td { display: inline-block; user-select: none; } + .selector div:not(:last-child), .selector label:not(:last-child) { border-right: 1px solid rgba(0, 0, 0, .2); }