[bookmarks-by-zaso] support for stars in portals-list

This commit is contained in:
fkloft
2014-08-29 23:11:45 +02:00
parent 5339e55542
commit b7d17991b7
2 changed files with 95 additions and 24 deletions

View File

@ -273,7 +273,16 @@
#sidebar #portaldetails h3.title{
width:auto;
}
#bkmrksTrigger, .bkmrksStar span{
.portal-list-bookmark span {
display:inline-block;
margin: -3px;
width:16px;
height:15px;
overflow:hidden;
background-repeat:no-repeat;
cursor:pointer;
}
#bkmrksTrigger, .bkmrksStar span, .portal-list-bookmark span {
background-image:url(@@INCLUDEIMAGE:plugins/bookmarks-img.png@@);
}
.bkmrksStar span{
@ -288,7 +297,7 @@
.bkmrksStar span, .bkmrksStar.favorite:focus span{
background-position:left top;
}
.bkmrksStar:focus span, .bkmrksStar.favorite span{
.bkmrksStar:focus span, .bkmrksStar.favorite span, .portal-list-bookmark.favorite span{
background-position:right top;
}
#bookmarksBox .bookmarkList .bookmarkFolder{