mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-26 16:02:18 +00:00
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:
parent
4fedb4e28d
commit
10df1b45b4
@ -104,6 +104,14 @@
|
|||||||
filter: none;
|
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
|
// checkboxes and radio buttons
|
||||||
.x-form-checkbox-default,
|
.x-form-checkbox-default,
|
||||||
.x-form-radio-default,
|
.x-form-radio-default,
|
||||||
|
Loading…
Reference in New Issue
Block a user