]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/VirusQuarantine.js
quarantine: improve borders for docked items
[pmg-gui.git] / js / VirusQuarantine.js
index 47e055cd67fde32b5df7225512e957e676926a0b..240cd675b0c787581dee4050bdf5f697bf7c8546 100644 (file)
@@ -106,6 +106,11 @@ Ext.define('PMG.VirusQuarantine', {
                {
                    xtype: 'toolbar',
                    dock: 'top',
+                   style: {
+                       // docked items have set the bottom with to 0px with '! important'
+                       // but we still want one here, so we can remove the borders of the grids
+                       'border-bottom-width': '1px ! important',
+                   },
                    items: [
                        {
                            xtype: 'button',
@@ -146,6 +151,7 @@ Ext.define('PMG.VirusQuarantine', {
                    xtype: 'pmgMailInfo',
                    hidden: true,
                    reference: 'mailinfo',
+                   border: false,
                },
            ],
        },