mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-29 09:00:26 -05:00
fix: use the proper variable for select header in table (#7107)
This commit is contained in:
committed by
Bart Ledoux
parent
f7df60419c
commit
b853dd0b6e
@@ -80,7 +80,7 @@
|
||||
position: absolute;
|
||||
height: var(--table-header-height);
|
||||
width: var(--table-header-width);
|
||||
background-color: var(--bs-gray-100-darken-3);
|
||||
background-color: var(--ks-background-table-header);
|
||||
border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;
|
||||
border-bottom: 1px solid var(--ks-border-primary);
|
||||
overflow-x: auto;
|
||||
|
||||
Reference in New Issue
Block a user