SUPPORT-9269 grid bg fix
This commit is contained in:
parent
cad025ccdd
commit
a3214de670
2 changed files with 6 additions and 4 deletions
|
|
@ -461,13 +461,12 @@
|
|||
.webbpm.account-applications ag-grid-angular .ag-filter .ag-filter-condition ~ * {
|
||||
display: none !important;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-root-wrapper {
|
||||
.webbpm.account-applications ag-grid-angular :is(.ag-root-wrapper, .ag-header-viewport, .ag-header-container, .ag-header) {
|
||||
background-color: transparent;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-header {
|
||||
border-top: 1px solid var(--btn-border);
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-header-row {
|
||||
color: var(--color-text-mute);
|
||||
|
|
@ -477,7 +476,7 @@
|
|||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-header-row:not(:first-child) .ag-header-cell,
|
||||
.webbpm.account-applications ag-grid-angular .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
|
||||
border-top: 0;
|
||||
border-top: 0;
|
||||
}
|
||||
.webbpm.account-applications ag-grid-angular .ag-header-cell::after,
|
||||
.webbpm.account-applications ag-grid-angular .ag-header-group-cell::after {
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@ body.webbpm.account-applications {
|
|||
--w-screen: min(calc(2*var(--w-content)), 2.5rem); /*40*/
|
||||
--h-header: 60px;
|
||||
}
|
||||
.webbpm.account-applications [class*="ag-theme-"] {
|
||||
--ag-modal-overlay-background-color: transparent !important;
|
||||
}
|
||||
|
||||
.webbpm.account-applications a {
|
||||
color: var(--color-link);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue