mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-28 16:58:16 +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);
|
||||
}
|
||||
|
||||
.pmx-faded {
|
||||
opacity: 0.7;
|
||||
.pmx-opacity-75 {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.x-action-col-icon.good:before {
|
||||
|
@ -909,7 +909,7 @@ Ext.define('PBS.DataStoreContent', {
|
||||
if (!v) {
|
||||
if (!data.expanded) {
|
||||
v = data['last-comment'] ?? '';
|
||||
additionalClasses = "pmx-faded";
|
||||
additionalClasses = 'pmx-opacity-75';
|
||||
} else {
|
||||
v = '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user