From 00c8054893261ae8432429ec7fdb35036b5fb346 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 11 May 2021 22:27:33 +0200 Subject: [PATCH] web/admin: fix border on dark mode in firefox Signed-off-by: Jens Langhammer --- web/src/authentik.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/authentik.css b/web/src/authentik.css index 6d6715682..bf5b7649e 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -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);