dark-mode: style the icon for the datastore maintenance mode

.. in Proxmox Backup Server

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-04-05 10:08:04 +02:00 committed by Thomas Lamprecht
parent 064318188f
commit 3ffcab4167

View File

@ -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,