mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-05 11:07:40 +00:00
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:
parent
064318188f
commit
3ffcab4167
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user