[pve-devel] [PATCH widget-toolkit 2/5] dark-mode: color the custom grid and tree icons

Stefan Sterz s.sterz at proxmox.com
Thu Mar 23 16:26:53 CET 2023


this wasn't noticed before because usually vms would either be running
or stopped/offline/unknown etc. and there the colors are set
separately. however, in e.g., the backup view's missing backups
window these weren't colored properly. so this commit sets a default
color.

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

diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss
index 164cd35..9aef511 100644
--- a/src/proxmox-dark/scss/other/_icons.scss
+++ b/src/proxmox-dark/scss/other/_icons.scss
@@ -117,6 +117,8 @@
 
 .x-tree-icon-custom,
 .x-grid-icon-custom {
+  color: $icon-color;
+
   &::after {
     color: $icon-color;
     text-shadow: -1px 0 1px $background-darker;
-- 
2.30.2






More information about the pve-devel mailing list