SUPPORT-9269 grid bg fix

This commit is contained in:
m.epshtein 2025-07-17 14:17:45 +03:00
parent cad025ccdd
commit a3214de670
2 changed files with 6 additions and 4 deletions

View file

@ -461,13 +461,12 @@
.webbpm.account-applications ag-grid-angular .ag-filter .ag-filter-condition ~ * { .webbpm.account-applications ag-grid-angular .ag-filter .ag-filter-condition ~ * {
display: none !important; 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; background-color: transparent;
} }
.webbpm.account-applications ag-grid-angular .ag-header { .webbpm.account-applications ag-grid-angular .ag-header {
border-top: 1px solid var(--btn-border); border-top: 1px solid var(--btn-border);
border-radius: 0; border-radius: 0;
background-color: transparent;
} }
.webbpm.account-applications ag-grid-angular .ag-header-row { .webbpm.account-applications ag-grid-angular .ag-header-row {
color: var(--color-text-mute); 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-cell,
.webbpm.account-applications ag-grid-angular .ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group { .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-cell::after,
.webbpm.account-applications ag-grid-angular .ag-header-group-cell::after { .webbpm.account-applications ag-grid-angular .ag-header-group-cell::after {

View file

@ -75,6 +75,9 @@ body.webbpm.account-applications {
--w-screen: min(calc(2*var(--w-content)), 2.5rem); /*40*/ --w-screen: min(calc(2*var(--w-content)), 2.5rem); /*40*/
--h-header: 60px; --h-header: 60px;
} }
.webbpm.account-applications [class*="ag-theme-"] {
--ag-modal-overlay-background-color: transparent !important;
}
.webbpm.account-applications a { .webbpm.account-applications a {
color: var(--color-link); color: var(--color-link);