mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 06:58:14 +00:00
dark-theme: visually remove the border around the pve resource tree
by setting the color of the border of the resource tree to the panel background color, it doesn't appear visually anymore while keeping alignments in place. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
This commit is contained in:
parent
0cdf266659
commit
e8b405f770
@ -23,3 +23,9 @@
|
||||
border-color: $border-color-alt;
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
// override the border around the pve-resource-tree specifically to be
|
||||
// more consistent with crisp, while keep allignments "correct"
|
||||
div[id^="pveResourceTree-"][id$="-body"] {
|
||||
border-color: $background-darker;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user