]> git.proxmox.com Git - pmg-gui.git/blobdiff - js/SpamContextMenu.js
quarantines: color code deliver and delete buttons
[pmg-gui.git] / js / SpamContextMenu.js
index b089f0f27f9a71049376e63e76c07d4de696e000..01064976c8aee2c1132321a84900482d149c10f9 100644 (file)
@@ -4,13 +4,13 @@ Ext.define('PMG.menu.SpamContextMenu', {
     items: [
        {
            text: gettext('Deliver'),
-           iconCls: 'fa fa-fw fa-paper-plane-o',
+           iconCls: 'fa fa-fw fa-paper-plane-o info-blue',
            action: 'deliver',
            handler: 'callCallback',
        },
        {
            text: gettext('Delete'),
-           iconCls: 'fa fa-fw fa-trash-o',
+           iconCls: 'fa fa-fw fa-trash-o critical',
            action: 'delete',
            handler: 'callCallback',
        },