2023-01-06 11:44:50 -08:00
|
|
|
.ag-header-fixed {
|
2023-07-18 18:39:39 -07:00
|
|
|
position: fixed !important;
|
|
|
|
|
top: 65px;
|
|
|
|
|
z-index: 15;
|
|
|
|
|
background: var(--table-header-bg) !important;
|
|
|
|
|
margin: 0 -2rem;
|
|
|
|
|
padding: 0 2rem;
|
|
|
|
|
border-bottom: 1px solid var(--table-border-color);
|
|
|
|
|
box-shadow: 0 -1px 0 0 #181818;
|
|
|
|
|
transition: position 0.2s ease-in-out;
|
2023-01-06 11:44:50 -08:00
|
|
|
}
|
|
|
|
|
|
2023-03-31 05:22:51 -07:00
|
|
|
.ag-header {
|
2023-07-18 18:39:39 -07:00
|
|
|
z-index: 5;
|
2023-03-31 05:22:51 -07:00
|
|
|
}
|
|
|
|
|
|
2023-03-28 23:59:51 -07:00
|
|
|
.window-frame {
|
2023-07-18 18:39:39 -07:00
|
|
|
top: 95px;
|
2023-03-28 23:59:51 -07:00
|
|
|
}
|
|
|
|
|
|
2023-01-08 20:47:05 -08:00
|
|
|
.ag-header-transparent {
|
2023-07-18 18:39:39 -07:00
|
|
|
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
2023-01-08 20:47:05 -08:00
|
|
|
}
|
|
|
|
|
|
2023-01-06 11:44:50 -08:00
|
|
|
.ag-header-fixed-margin {
|
2023-07-21 05:20:40 -07:00
|
|
|
margin-top: 36px !important;
|
2023-01-06 11:44:50 -08:00
|
|
|
}
|
2023-01-06 23:52:05 -08:00
|
|
|
|
|
|
|
|
.ag-header-cell-comp-wrapper {
|
2023-07-18 18:39:39 -07:00
|
|
|
margin: 0.5rem 0.5rem;
|
2023-01-06 23:52:05 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ag-header-cell,
|
|
|
|
|
.ag-header-group-cell {
|
2023-07-18 18:39:39 -07:00
|
|
|
padding-left: 0.5rem;
|
|
|
|
|
padding-right: 0.5rem;
|
2023-01-06 23:52:05 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ag-header-cell-resize {
|
2023-07-18 18:39:39 -07:00
|
|
|
background-color: transparent;
|
2023-01-06 23:52:05 -08:00
|
|
|
}
|