web: remove page header colour, match user navbar to admin sidebar
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
01bdaffe36
commit
74eba04735
|
@ -26,6 +26,8 @@ html > form > input {
|
||||||
|
|
||||||
.pf-c-page__header {
|
.pf-c-page__header {
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
background-color: var(--ak-dark-background-light);
|
||||||
|
box-shadow: var(--pf-global--BoxShadow--lg-bottom);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************
|
/*****************************
|
||||||
|
@ -123,10 +125,10 @@ html > form > input {
|
||||||
}
|
}
|
||||||
.sidebar-trigger,
|
.sidebar-trigger,
|
||||||
.notification-trigger {
|
.notification-trigger {
|
||||||
background-color: var(--ak-dark-background-light) !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
.pf-c-page__main-section.pf-m-light {
|
.pf-c-page__main-section.pf-m-light {
|
||||||
background-color: var(--ak-dark-background-light);
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
.pf-c-content {
|
.pf-c-content {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
|
|
Reference in New Issue