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:
parent
ef371b3750
commit
13c050e2a6
|
@ -223,8 +223,8 @@ html > form > input {
|
||||||
option {
|
option {
|
||||||
color: var(--ak-dark-foreground);
|
color: var(--ak-dark-foreground);
|
||||||
}
|
}
|
||||||
optgroup:checked,
|
select[multiple] optgroup:checked,
|
||||||
option:checked {
|
select[multiple] option:checked {
|
||||||
color: var(--ak-dark-background);
|
color: var(--ak-dark-background);
|
||||||
}
|
}
|
||||||
.pf-c-input-group {
|
.pf-c-input-group {
|
||||||
|
|
Reference in a new issue