]> git.proxmox.com Git - pmg-gui.git/commit
quarantine: improve borders for docked items
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 4 Nov 2022 15:04:24 +0000 (16:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 7 Nov 2022 08:46:31 +0000 (09:46 +0100)
commit4e356bcded857b85f562622d3fcfa7769a75e4aa
tree50791a7fb5539709260579f20486f654846a502f
parent63e00678b826efb174e063363e02aeeee1f20170
quarantine: improve borders for docked items

one cannot set the different borders seperately in panels/grids and
docked items don't have a bottom border in extjs, but we want to remove
all borders except the ones between the toolbar and the grids/content
below that.

to achieve that, set a custom 'border-bottom-width' with '!important'
(extjs has a rule with !important as well) for the toolbar, and
everywhere else remove the border.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/SpamQuarantine.js
js/VirusQuarantine.js