ui: add summary mask when in maintenance mode

Signed-off-by: Hannes Laimer <h.laimer@proxmox.com>
This commit is contained in:
Hannes Laimer
2022-04-26 06:23:30 +00:00
committed by Thomas Lamprecht
parent 6ddd69c5ce
commit dd09432a90
2 changed files with 35 additions and 1 deletions

View File

@ -257,6 +257,18 @@ span.snapshot-comment-column {
font-weight: 800;
}
.pbs-maintenance-mask div.x-mask-msg-text {
background: None;
padding: 12px 0 0;
}
.pbs-maintenance-mask:before {
font-size: 3em;
display: flex;
justify-content: center;
content: "\f0ad";
}
/*' PBS specific icons */
.pbs-icon-tape {