[pve-devel] [PATCH widget-toolkit 3/5] dark-mode: set boundlist background

Stefan Sterz s.sterz at proxmox.com
Thu Mar 23 16:26:54 CET 2023


this is only visible when no boundlist items are present, which only
occurs when loading elements for the boundlist (e.g., when adding a
nfs storage)

Signed-off-by: Stefan Sterz <s.sterz at proxmox.com>
---
 src/proxmox-dark/scss/extjs/form/_combobox.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/proxmox-dark/scss/extjs/form/_combobox.scss b/src/proxmox-dark/scss/extjs/form/_combobox.scss
index a6405a1..d6119db 100644
--- a/src/proxmox-dark/scss/extjs/form/_combobox.scss
+++ b/src/proxmox-dark/scss/extjs/form/_combobox.scss
@@ -4,6 +4,7 @@
 }
 
 .x-boundlist {
+  background-color: $form-field-body-color;
   border-color: $form-field-body-color;
 }
 
-- 
2.30.2






More information about the pve-devel mailing list