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:
Stefan Sterz 2023-03-14 15:01:58 +01:00 committed by Thomas Lamprecht
parent a017567bd8
commit 3501ca3fc9

View File

@ -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,