diff --git a/frontend/src/resources/css/components-autority.css b/frontend/src/resources/css/components-autority.css index 89793095..1c9708d7 100644 --- a/frontend/src/resources/css/components-autority.css +++ b/frontend/src/resources/css/components-autority.css @@ -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; + border-radius: 0; } .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 { diff --git a/frontend/src/resources/css/inbox-autority.css b/frontend/src/resources/css/inbox-autority.css index 482db00e..a09716b2 100644 --- a/frontend/src/resources/css/inbox-autority.css +++ b/frontend/src/resources/css/inbox-autority.css @@ -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);