From 3ffcab4167510a12ddb608e0f41dbf93d9c8d0f7 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 5 Apr 2023 10:08:04 +0200 Subject: [PATCH] dark-mode: style the icon for the datastore maintenance mode .. in Proxmox Backup Server Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/other/_icons.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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,