]> git.proxmox.com Git - pmg-gui.git/commit
quarantines: color code deliver and delete buttons
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 22 Oct 2022 14:16:39 +0000 (16:16 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 22 Oct 2022 14:16:41 +0000 (16:16 +0200)
commit365f84c19be99759d7372c105ea50517496ac4b2
treee9abff5d87cbe328645bad1346e85d0a606b6107
parent2cc13fbc8ac1cc6d7d58c3826cd2a861340cc21f
quarantines: color code deliver and delete buttons

In some languages, e.g. widely used English, "Delete" and "Deliver"
are looking rather similar without too much eye squinting required.

Add an accent on their icons using for, at least in the western
hemisphere, the respective associated color, like red for trash can.
To 1) avoid to much messing with those cultures that got it switched
and 2) some more common color blindness use blue for the delivery
button, just to make it stand out.

Keep the white/black list as is, as such accents work best if not
everything uses them, i.e., so that they more common options actually
stand out.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/AttachmentQuarantine.js
js/QuarantineContextMenu.js
js/SpamContextMenu.js
js/SpamQuarantine.js
js/VirusQuarantine.js