web/admin: fix border on dark mode in firefox
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
dc2538f59d
commit
00c8054893
|
@ -204,6 +204,9 @@ body {
|
||||||
.pf-c-form__field-group-header-title-text {
|
.pf-c-form__field-group-header-title-text {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
|
.pf-c-form__field-group {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
/* inputs */
|
/* inputs */
|
||||||
optgroup, option {
|
optgroup, option {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
|
|
Reference in New Issue