ui: tape panel: add/use icons
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user