dark-mode: style checkboxes that don't use blueish active states

e.g., in the backup job creation window the filter column checkmark

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-22 12:08:00 +01:00 committed by Thomas Lamprecht
parent 162ff9d978
commit e3cc7af048

View File

@ -108,7 +108,10 @@
.x-form-checkbox-default,
.x-form-radio-default,
.x-column-header-checkbox .x-column-header-checkbox::after,
.x-grid-checkcolumn::after {
.x-grid-checkcolumn::after,
// checkboxes without the extra "blueish" active states
.x-menu-item-checked .x-menu-item-icon-default.x-menu-item-checkbox,
.x-menu-item-unchecked .x-menu-item-icon-default.x-menu-item-checkbox {
filter: invert($icon-brightness) hue-rotate(180deg) brightness(125%);
}