mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2026-01-06 02:52:32 +00:00
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:
parent
8020636b24
commit
cf2a6407a7
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user