this wasn't noticed before because usually vms would either be running or stopped/offline/unknown etc. and there the colors are set separately. however, in e.g., the backup view's missing backups window these weren't colored properly. so this commit sets a default color.
Signed-off-by: Stefan Sterz <[email protected]> --- src/proxmox-dark/scss/other/_icons.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss index 164cd35..9aef511 100644 --- a/src/proxmox-dark/scss/other/_icons.scss +++ b/src/proxmox-dark/scss/other/_icons.scss @@ -117,6 +117,8 @@ .x-tree-icon-custom, .x-grid-icon-custom { + color: $icon-color; + &::after { color: $icon-color; text-shadow: -1px 0 1px $background-darker; -- 2.30.2 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
