tape: add svg icon

This commit is contained in:
Dietmar Maurer
2020-12-11 13:02:23 +01:00
parent 663ef85992
commit 73b8f6793e
5 changed files with 41 additions and 5 deletions

View File

@ -253,3 +253,20 @@ span.snapshot-comment-column {
text-shadow: 1px 1px 1px #AAA;
font-weight: 800;
}
/*' PBS specific icons */
.pbs-icon-tape
{
background-repeat: no-repeat;
background-position: bottom;
vertical-align: bottom;
padding: 0;
}
.pbs-icon-tape
{
background-size: 16px;
height: 20px;
background-image:url(../images/icon-tape.svg);
}