ctucx.git: oeffisearch

[nimlang] fast and simple tripplanner

commit e65e541900e0967e6f0163eb1d922118b7c6f612
parent 08823a4d2ad26f11bf8b58e5a8b9d6993b72e9d0
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 19:56:48 +0200

add missing border between settings and swap buttons
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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);
 	}