mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-30 01:12:17 +00:00
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:
parent
162ff9d978
commit
e3cc7af048
@ -108,7 +108,10 @@
|
|||||||
.x-form-checkbox-default,
|
.x-form-checkbox-default,
|
||||||
.x-form-radio-default,
|
.x-form-radio-default,
|
||||||
.x-column-header-checkbox .x-column-header-checkbox::after,
|
.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%);
|
filter: invert($icon-brightness) hue-rotate(180deg) brightness(125%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user