mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-29 00:21:11 +00:00
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:
parent
ba558d105f
commit
fb7c608112
@ -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 {
|
||||||
|
@ -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 = '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user