web/admin: adjust style of page header (#6355)

light theme now matches dark theme

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-07-24 13:59:09 +02:00 committed by GitHub
parent 7be94df00c
commit a320aec9d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -69,9 +69,12 @@ export class PageHeader extends AKElement {
min-height: 114px;
}
.pf-c-button.pf-m-plain {
background-color: var(--pf-c-page__main-section--m-light--BackgroundColor);
background-color: transparent;
border-radius: 0px;
}
.pf-c-page__main-section.pf-m-light {
background-color: transparent;
}
.pf-c-page__main-section {
flex-grow: 1;
display: flex;