From 13c050e2a66a1e271ccf4a9af998c4f51e2f1dae Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Fri, 18 Mar 2022 19:51:15 +0100 Subject: [PATCH] web: fix style for selected item in select in dark mode closes #2528 Signed-off-by: Jens Langhammer --- web/src/authentik.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/authentik.css b/web/src/authentik.css index e075e5808..441198a85 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -223,8 +223,8 @@ html > form > input { option { color: var(--ak-dark-foreground); } - optgroup:checked, - option:checked { + select[multiple] optgroup:checked, + select[multiple] option:checked { color: var(--ak-dark-background); } .pf-c-input-group {