diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss index df81969..d4dc316 100644 --- a/src/proxmox-dark/scss/other/_icons.scss +++ b/src/proxmox-dark/scss/other/_icons.scss @@ -156,6 +156,20 @@ } } +.pmx-tree-icon-custom { + &::after { + text-shadow: -1px 0 1px $background-darker; + } + + &.maintenance::before { + color: $icon-color-alt; + } + + &.maintenance::after { + color: $icon-color; + } +} + // icons for templates in the storages view .x-treelist-item-icon { &.lxc::after,