From 3077f3faad782440b72cc7636ee837242f992583 Mon Sep 17 00:00:00 2001 From: Marker689 Date: Sun, 10 May 2026 12:03:21 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20thead=20th=20=E2=80=94=20border:none,=20?= =?UTF-8?q?=D1=82=D0=BE=D0=BB=D1=8C=D0=BA=D0=BE=20border-bottom=20#202632?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guarddog_nexus/web/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guarddog_nexus/web/static/style.css b/guarddog_nexus/web/static/style.css index ac4514a..71c3968 100644 --- a/guarddog_nexus/web/static/style.css +++ b/guarddog_nexus/web/static/style.css @@ -262,7 +262,7 @@ nav.sticky { position: sticky; top: 0; z-index: 100; background: #13171f; pad th.sortable { cursor: pointer; user-select: none; } th.sortable:hover { background: #202632; } -thead th { background: transparent !important; color: inherit !important; border-bottom: 3px solid #202632 !important; } +thead th { background: transparent !important; color: inherit !important; border: none !important; border-bottom: 3px solid #202632 !important; } th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; } /* ------------------------------------------------------------------ */