[pmg-devel] [PATCH widget-toolkit] dark-mode: fix colour of default tree icons
Leo Nunner
l.nunner at proxmox.com
Fri Apr 7 15:42:58 CEST 2023
Signed-off-by: Leo Nunner <l.nunner at proxmox.com>
---
src/proxmox-dark/scss/other/_icons.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/proxmox-dark/scss/other/_icons.scss b/src/proxmox-dark/scss/other/_icons.scss
index 691ea75..e0cce8f 100644
--- a/src/proxmox-dark/scss/other/_icons.scss
+++ b/src/proxmox-dark/scss/other/_icons.scss
@@ -56,8 +56,8 @@
.pbs-icon-tape-drive,
.x-tree-icon-leaf:not(.x-tree-icon-custom),
// default tree panel icons (api viewer, pbs backup panel)
-.x-tree-icon-parent:not(.x-tree-icon-custom),
-.x-tree-icon-parent-expanded:not(.x-tree-icon-custom) {
+.x-tree-icon-parent:not(.x-tree-icon):not(.x-tree-icon-custom),
+.x-tree-icon-parent-expanded:not(.x-tree-icon):not(.x-tree-icon-custom) {
filter: invert($icon-brightness);
}
--
2.30.2
More information about the pmg-devel
mailing list