dark-mode: style locked guest icons properly

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
Stefan Sterz 2023-03-22 12:29:34 +01:00 committed by Thomas Lamprecht
parent e3cc7af048
commit 40fdba341f

View File

@ -131,6 +131,10 @@
color: $icon-color-alt;
}
&.locked::after {
color: $icon-color;
}
&.lxc::after,
&.qemu::after {
background-color: $background-darker;