From 0844914e1162f0f847c0345cc3f7edbb48051fa5 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 18 Jan 2026 13:05:18 +0200 Subject: [PATCH] style(sql_console): improve style for highlighted range --- apps/client/src/stylesheets/table.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index b14a2edbc..e39b77142 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -40,6 +40,13 @@ border-bottom: var(--col-header-bottom-border); background: var(--col-header-background-color); color: var(--col-header-text-color); + font-weight: normal; + + .tabulator-col.tabulator-range-highlight { + background: inherit; + color: inherit; + font-weight: bold; + } .tabulator-col-content { padding: 0 !important;