style(sql_console): improve style for highlighted range

This commit is contained in:
Elian Doran 2026-01-18 13:05:18 +02:00
parent c376b0bbe2
commit 0844914e11
No known key found for this signature in database

View File

@ -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;