]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
dark-mode: color the custom grid and tree icons
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 23 Mar 2023 15:26:53 +0000 (16:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Mar 2023 16:12:12 +0000 (17:12 +0100)
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@proxmox.com>
src/proxmox-dark/scss/other/_icons.scss

index 164cd35898c8ca8d6b85fd49835a9c74a0fb0247..9aef5112ab3d34420265660177b00d611ce02c0a 100644 (file)
 
 .x-tree-icon-custom,
 .x-grid-icon-custom {
+  color: $icon-color;
+
   &::after {
     color: $icon-color;
     text-shadow: -1px 0 1px $background-darker;