]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: tags: reduce opacity of "No Tags" hint
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:36:52 +0000 (18:36 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Nov 2022 17:36:54 +0000 (18:36 +0100)
make it less stand out, it's just a hint not primary information

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/form/TagEdit.js

index 441d091b334f39a6c4f5b51860432f532128b2bb..d4428e029746aa28673c1fa604d623054750cd23 100644 (file)
@@ -274,6 +274,9 @@ Ext.define('PVE.panel.TagEditContainer', {
                hidden: '{hideNoTags}',
            },
            html: gettext('No Tags'),
+           style: {
+               opacity: 0.5,
+           },
        },
        {
            xtype: 'button',