web: update styling of notification drawer to match rest

This commit is contained in:
Jens Langhammer
2021-01-15 12:16:35 +01:00
parent d637bd0bf9
commit 0b41cb84f0
2 changed files with 14 additions and 5 deletions

View File

@ -228,4 +228,11 @@ select[multiple] {
.form-control-static {
color: var(--ak-dark-foreground);
}
/* notifications */
.pf-c-notification-drawer {
--pf-c-notification-drawer--BackgroundColor: var(--ak-dark-background);
}
.pf-c-notification-drawer__header {
background-color: var(--ak-dark-background-lighter);
}
}