mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-27 22:48:24 +00:00
dark-theme: increase contrast on check-boxes
by adding a bit of brightness to the icons they stand out a bit more, especially when selected but not active (grey check-mark) Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
a017567bd8
commit
3501ca3fc9
@ -108,7 +108,7 @@
|
||||
.x-form-radio-default,
|
||||
.x-column-header-checkbox .x-column-header-checkbox::after,
|
||||
.x-grid-checkcolumn::after {
|
||||
filter: invert($icon-brightness) hue-rotate(180deg);
|
||||
filter: invert($icon-brightness) hue-rotate(180deg) brightness(125%);
|
||||
}
|
||||
|
||||
.x-tree-icon-custom,
|
||||
|
Loading…
Reference in New Issue
Block a user