web/admin: fix border on dark mode in firefox

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-05-11 22:27:33 +02:00
parent dc2538f59d
commit 00c8054893
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@ body {
.pf-c-form__field-group-header-title-text {
color: var(--ak-dark-foreground);
}
.pf-c-form__field-group {
border-bottom: 0;
}
/* inputs */
optgroup, option {
color: var(--ak-dark-foreground);