From 40fdba341fcd3eaa38c8409fc4680fb86e40a542 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 22 Mar 2023 12:29:34 +0100 Subject: [PATCH] dark-mode: style locked guest icons properly Signed-off-by: Stefan Sterz --- 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;