From 9fd8a4d074354c57894936e0eec4c97cea73bc84 Mon Sep 17 00:00:00 2001 From: dd84ai Date: Sun, 7 Apr 2024 11:40:23 +0200 Subject: [PATCH] style: proper borders added --- darkstat/front/shared.templ | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/darkstat/front/shared.templ b/darkstat/front/shared.templ index 9d2672d7..200d978d 100644 --- a/darkstat/front/shared.templ +++ b/darkstat/front/shared.templ @@ -58,16 +58,25 @@ templ TabContent() { & #table-top { overflow: scroll; height: calc(65vh - 50px) !important; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } & #table-bottom { overflow: scroll; height: 35vh; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } } & #infocard_view { width: 25%; overflow-y: scroll; height: calc(100vh - 50px) !important; + border-style: solid; + border-width: 2px; + border-color: #D7D7D7; } .sortable {