web: fix font-color of select inputs in dark mode
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
a6a8eddf7c
commit
3208358a03
|
@ -205,6 +205,9 @@ body {
|
|||
color: var(--ak-dark-foreground);
|
||||
}
|
||||
/* inputs */
|
||||
optgroup, option {
|
||||
color: var(--ak-dark-foreground);
|
||||
}
|
||||
.pf-c-input-group {
|
||||
--pf-c-input-group--BackgroundColor: transparent;
|
||||
}
|
||||
|
|
Reference in New Issue