tape: add svg icon
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user