ui: renamed pmx-faded to pmx-opacity-75

"Nomen est omen" and go for three quarter while at it.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-10-13 17:16:54 +02:00
parent ba558d105f
commit fb7c608112
2 changed files with 3 additions and 3 deletions

View File

@ -227,8 +227,8 @@ span.snapshot-comment-column {
width: calc(100% - 18px); width: calc(100% - 18px);
} }
.pmx-faded { .pmx-opacity-75 {
opacity: 0.7; opacity: 0.75;
} }
.x-action-col-icon.good:before { .x-action-col-icon.good:before {

View File

@ -909,7 +909,7 @@ Ext.define('PBS.DataStoreContent', {
if (!v) { if (!v) {
if (!data.expanded) { if (!data.expanded) {
v = data['last-comment'] ?? ''; v = data['last-comment'] ?? '';
additionalClasses = "pmx-faded"; additionalClasses = 'pmx-opacity-75';
} else { } else {
v = ''; v = '';
} }