stages/identification: add show_source_labels option, to show labels for sources

closes #1679

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-10-31 17:57:48 +01:00
parent 96b0bc324e
commit 5646141fe2
13 changed files with 108 additions and 3 deletions

View File

@ -213,6 +213,10 @@ html > form > input {
option {
color: var(--ak-dark-foreground);
}
optgroup:checked,
option:checked {
color: var(--ak-dark-background);
}
.pf-c-input-group {
--pf-c-input-group--BackgroundColor: transparent;
}