2023-01-06 11:44:50 -08:00
|
|
|
.ag-header-fixed {
|
|
|
|
|
position: fixed !important;
|
2023-01-08 02:18:05 -08:00
|
|
|
top: 60px;
|
2023-01-06 23:52:05 -08:00
|
|
|
z-index: 15;
|
|
|
|
|
background: var(--table-header-bg) !important;
|
2023-01-06 13:34:41 -08:00
|
|
|
margin: 0 -2rem;
|
|
|
|
|
padding: 0 2rem;
|
2023-01-06 23:52:05 -08:00
|
|
|
border-bottom: 1px solid var(--table-border-color);
|
2023-01-06 11:44:50 -08:00
|
|
|
box-shadow: 0 -1px 0 0 #181818;
|
|
|
|
|
transition: position 0.2s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-08 20:47:05 -08:00
|
|
|
.ag-header-transparent {
|
|
|
|
|
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-01-06 11:44:50 -08:00
|
|
|
.ag-header-fixed-margin {
|
2023-01-08 02:04:07 -08:00
|
|
|
margin-top: 43px !important;
|
2023-01-06 11:44:50 -08:00
|
|
|
}
|
2023-01-06 23:52:05 -08:00
|
|
|
|
|
|
|
|
.ag-header-cell-comp-wrapper {
|
|
|
|
|
margin: 0.5rem 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ag-header-cell,
|
|
|
|
|
.ag-header-group-cell {
|
|
|
|
|
padding-left: 0.5rem;
|
|
|
|
|
padding-right: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ag-header-cell-resize {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|