From b2bd1fb33638cb2c782497cc0cfb1fc1f0735da7 Mon Sep 17 00:00:00 2001 From: Marker689 Date: Sun, 10 May 2026 11:57:35 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=20?= =?UTF-8?q?=E2=80=94=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D1=8B=20=D1=81=D0=B8?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=BE=D0=BD/=D1=80=D0=B0=D0=BC?= =?UTF-8?q?=D0=BA=D0=B0=20Pico=20(=D1=82=D0=B5=D0=BF=D0=B5=D1=80=D1=8C=20?= =?UTF-8?q?=D0=B2=D1=81=D0=B5=D0=B3=D0=B4=D0=B0=20transparent=20+=20#20263?= =?UTF-8?q?2)?= 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, 2 insertions(+) diff --git a/guarddog_nexus/web/static/style.css b/guarddog_nexus/web/static/style.css index e2870ea..fd80346 100644 --- a/guarddog_nexus/web/static/style.css +++ b/guarddog_nexus/web/static/style.css @@ -261,6 +261,8 @@ 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-color: #202632 !important; } th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; } /* ------------------------------------------------------------------ */