dark-mode: set boundlist background

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>
This commit is contained in:
Stefan Sterz 2023-03-23 16:26:54 +01:00 committed by Thomas Lamprecht
parent cf2a6407a7
commit 347dd20db8

View File

@ -4,6 +4,7 @@
} }
.x-boundlist { .x-boundlist {
background-color: $form-field-body-color;
border-color: $form-field-body-color; border-color: $form-field-body-color;
} }