ui: tape panel: add/use icons

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-03-08 14:35:28 +01:00
parent 4fb068019e
commit 3725d95c65
4 changed files with 36 additions and 2 deletions

View File

@ -256,8 +256,7 @@ span.snapshot-comment-column {
/*' PBS specific icons */
.pbs-icon-tape
{
.pbs-icon-tape {
background-repeat: no-repeat;
background-position: bottom;
padding: 0;
@ -265,3 +264,12 @@ span.snapshot-comment-column {
height: 20px;
background-image:url(../images/icon-tape.svg);
}
.pbs-icon-tape-drive {
background-repeat: no-repeat;
background-position: bottom;
padding: 0;
background-size: 16px;
height: 20px;
background-image:url(../images/icon-tape-drive.svg);
}