Merge branch 'feature/SUPPORT-9269_fix_grid' into develop

This commit is contained in:
Eduard Tihomirov 2025-07-18 15:44:18 +03:00
commit 80dcc2b7f9
2 changed files with 11 additions and 4 deletions

View file

@ -445,6 +445,11 @@
.webbpm.account-applications grid-v2 {
flex: 1;
}
.webbpm.account-applications grid-v2 {
flex: 1 1 auto;
}
.webbpm.account-applications * + grid-v2,
.webbpm.account-applications grid-v2 ~ *:not([hidden]) {
margin-top: var(--indent-small);
@ -461,13 +466,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;
border-radius: 0;
}
.webbpm.account-applications ag-grid-angular .ag-header-row {
color: var(--color-text-mute);
@ -477,7 +481,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 {

View file

@ -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);