From 6ca652db97fc2b28692ed4ce928d1dee63f1ca64 Mon Sep 17 00:00:00 2001 From: Marker689 Date: Sun, 10 May 2026 12:06:24 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20thead=20th=20=E2=80=94=20=D1=8F=D0=B2?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20font-size,=20weight,=20padding=20(=D1=83?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D0=BD=D0=B0=20=D1=80=D0=B0=D0=B7=D0=BD=D0=B8?= =?UTF-8?q?=D1=86=D0=B0=20=D0=B4=D0=BE/=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20?= =?UTF-8?q?=D1=81=D0=BE=D1=80=D1=82=D0=B0)?= 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 71c3968..52476bb 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: none !important; border-bottom: 3px solid #202632 !important; } +thead th { font-size: 0.9rem !important; font-weight: 600 !important; padding: 10px 14px !important; 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; } /* ------------------------------------------------------------------ */