From d5cd47957e8f595bcef1fb4bc104b854fa9a2dc7 Mon Sep 17 00:00:00 2001 From: Marker689 Date: Sun, 10 May 2026 12:01:43 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20thead=20=E2=80=94=20border-bottom=20?= =?UTF-8?q?=D0=B2=D0=BC=D0=B5=D1=81=D1=82=D0=BE=20border-color,=20=D0=B4?= =?UTF-8?q?=D0=B5=D1=84=D0=BE=D0=BB=D1=82=D0=BD=D0=B0=D1=8F=20=D1=81=D0=BE?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B0=20=D0=BF=D0=BE?= =?UTF-8?q?=20ID=20desc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guarddog_nexus/constants.py | 2 +- guarddog_nexus/web/static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guarddog_nexus/constants.py b/guarddog_nexus/constants.py index 8f28f81..d3e57fd 100644 --- a/guarddog_nexus/constants.py +++ b/guarddog_nexus/constants.py @@ -60,7 +60,7 @@ PACKAGE_SORT_FIELDS = { "flagged": "flagged", } -DEFAULT_SORT_BY_SCANS = "started_at" +DEFAULT_SORT_BY_SCANS = "id" DEFAULT_SORT_BY_PACKAGES = "last_scanned_at" DEFAULT_SORT_DIR = "desc" diff --git a/guarddog_nexus/web/static/style.css b/guarddog_nexus/web/static/style.css index fd80346..ac4514a 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-color: #202632 !important; } +thead th { background: transparent !important; color: inherit !important; border-bottom: 3px solid #202632 !important; } th.sortable .sort-icon { margin-left: 0.25rem; opacity: 1; } /* ------------------------------------------------------------------ */