web: fix style for selected item in select in dark mode

closes #2528

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-03-18 19:51:15 +01:00
parent ef371b3750
commit 13c050e2a6
1 changed files with 2 additions and 2 deletions

View File

@ -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 {