mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 00:04:27 +01:00
style(sql_console): improve style for highlighted range
This commit is contained in:
parent
c376b0bbe2
commit
0844914e11
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user