fix #4617: dark-mode: increase brightness of tree arrows

Increase brightness of tree expand/collapse arrows to avoid overly
low contrast

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-03-26 17:51:26 +02:00
parent 4fedb4e28d
commit 10df1b45b4

View File

@ -104,6 +104,14 @@
filter: none;
}
/* a bit of a hack, but otherwise the expanders and collapsers are barely visible */
.x-tree-arrows .x-tree-expander {
filter: brightness(200%);
}
.x-tree-arrows .x-tree-expander-over .x-tree-expander {
filter: brightness(0);
}
// checkboxes and radio buttons
.x-form-checkbox-default,
.x-form-radio-default,