]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
dark-mode: set boundlist background
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 23 Mar 2023 15:26:54 +0000 (16:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Mar 2023 16:12:12 +0000 (17:12 +0100)
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@proxmox.com>
src/proxmox-dark/scss/extjs/form/_combobox.scss

index a6405a1e1476aac8ab4ceb68730cb98791264a77..d6119db99ef7a38d5908bafaef64d802aa0f6898 100644 (file)
@@ -4,6 +4,7 @@
 }
 
 .x-boundlist {
+  background-color: $form-field-body-color;
   border-color: $form-field-body-color;
 }