]> git.proxmox.com Git - pve-manager.git/commit
subscription/summary/backup: stop setting the background color
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 8 Mar 2023 16:40:08 +0000 (17:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Mar 2023 16:55:41 +0000 (17:55 +0100)
commit056e5aad9bbb2410dc558d4f0c5c7979e0d2c55d
tree3b3e30e2bffe2b78655f5a47a8fecee73c42050d
parent5137b16fd2e2618b37b82b0b5423e091c8117eb8
subscription/summary/backup: stop setting the background color

setting the background color in js code adds that property as a style
attribute to the element. that makes it hard to alter later via css
and makes it hard to dynamically change the color e.g. if we want to
add different themes. the background color for these elements are
white already anyway, so just remove them here.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
www/manager6/node/Subscription.js
www/manager6/node/Summary.js
www/manager6/window/BackupConfig.js