From ae353dbb258e673321e7637d9ccc2b6ec745d2d2 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Fri, 24 Apr 2020 09:49:19 +0200 Subject: [PATCH] Use 4 borders for highlight-row (instead of 1) --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 1d65d523..0e89d84f 100644 --- a/static/style.css +++ b/static/style.css @@ -44,7 +44,7 @@ /* highlighted table row */ .highlight-row { - border-top: solid #5675E2; + border: solid #5675E2; } .arrow {