]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
subscription/summary/backup: stop setting the background color
authorStefan Sterz <s.sterz@proxmox.com>
Wed, 8 Mar 2023 16:36:56 +0000 (17:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 8 Mar 2023 16:49:19 +0000 (17:49 +0100)
commitfbe9ee7210503b75b0012a825a6614599522e2f0
tree4b09356851086e709265e061649768716a9efae8
parent6bf5e1256e4b7da23a502d796c05d7050dc29ac3
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>
src/node/APT.js
src/window/AddTotp.js
src/window/DiskSmart.js
src/window/PackageVersions.js