dark-mode: color the custom grid and tree icons

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>
This commit is contained in:
Stefan Sterz 2023-03-23 16:26:53 +01:00 committed by Thomas Lamprecht
parent 8020636b24
commit cf2a6407a7

View File

@ -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;