Icons do now appear on smoothly and duepuntezero as well
This commit is contained in:
parent
06a4461fc4
commit
5d1ced796b
2 changed files with 11 additions and 0 deletions
|
@ -3991,6 +3991,15 @@ margin-left: 0px;
|
|||
height: 20px;
|
||||
background-image: url("images/icons.png");
|
||||
}
|
||||
.pinned {
|
||||
background-image: url("images/star.png");
|
||||
repeat: no-repeat;
|
||||
}
|
||||
.unpinned {
|
||||
background-image: url("images/premium.png");
|
||||
repeat: no-repeat;
|
||||
}
|
||||
|
||||
.starred {
|
||||
background-image: url("images/star.png");
|
||||
repeat: no-repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue