]> git.proxmox.com Git - pmg-gui.git/commit
subscription: remove hard-coded white background
authorStefan Sterz <s.sterz@proxmox.com>
Thu, 9 Mar 2023 08:01:05 +0000 (09:01 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 15 Mar 2023 14:38:54 +0000 (15:38 +0100)
commit25c72be0dc987172a49f22706efe1e6c2a72a626
tree859538f84bac1816786ef7b3f48f7a4d207a1ed1
parent926bfe7a894286badf6c8f7cec9f9b81a8a09305
subscription: remove hard-coded white background

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 this element is white
already anyway, so just remove them here.

Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by:  Dominik Csapak <d.csapak@proxmox.com>
js/Subscription.js