feishin/src/renderer/styles/ag-grid.css

44 lines
682 B
CSS
Raw Normal View History

.ag-header-fixed {
position: fixed !important;
top: 65px;
z-index: 15;
padding: 0 2rem;
margin: 0 -2rem;
box-shadow: 0 -1px 0 0 #181818;
transition: position 0.2s ease-in-out;
}
.ag-header-window-bar {
top: 95px;
}
2023-03-31 05:22:51 -07:00
.ag-header {
z-index: 5;
2023-03-31 05:22:51 -07:00
}
2023-03-28 23:59:51 -07:00
.window-frame {
top: 95px;
2023-03-28 23:59:51 -07:00
}
.ag-header-transparent {
--ag-header-background-color: rgb(0 0 0 / 0%) !important;
}
.ag-header-fixed-margin {
margin-top: 36px !important;
}
.ag-header-cell-comp-wrapper {
2023-07-21 17:58:04 -07:00
margin: 0 0.5rem;
}
.ag-header-cell,
.ag-header-group-cell {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.ag-header-cell-resize {
background-color: transparent;
}