[pve-devel] [PATCH widget-toolkit] dark-mode: style locked guest icons properly

Stefan Sterz s.sterz at proxmox.com
Wed Mar 22 12:29:34 CET 2023


Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
---
 src/proxmox-dark/scss/other/_icons.scss | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss
index d492e2e..164cd35 100644
--- a/src/proxmox-dark/scss/other/_icons.scss
+++ b/src/proxmox-dark/scss/other/_icons.scss
@@ -131,6 +131,10 @@
     color: $icon-color-alt;
   }
 
+  &.locked::after {
+    color: $icon-color;
+  }
+
   &.lxc::after,
   &.qemu::after {
     background-color: $background-darker;
-- 
2.30.2






More information about the pve-devel mailing list