Change fav icon from bullet to star

This commit is contained in:
Hadi Nategh 2016-07-27 09:42:33 +02:00
parent 59acd09014
commit 385174c1e8
4 changed files with 12 additions and 12 deletions

View File

@ -786,11 +786,11 @@
margin-left: 2px;
}
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
width: 3px;
height: 11px;
width: 4px;
height: 12px;
margin-left: 5px;
margin-right: 10px;
background-image: url(../images/bullet.png);
background-image: url(../../api/templates/default/images/fav_filter.png);
background-size: 12px 12px;
background-position: 0 0;
background-repeat: no-repeat;

View File

@ -775,11 +775,11 @@
margin-left: 2px;
}
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
width: 3px;
height: 11px;
width: 4px;
height: 12px;
margin-left: 5px;
margin-right: 10px;
background-image: url(../images/bullet.png);
background-image: url(../../api/templates/default/images/fav_filter.png);
background-size: 12px 12px;
background-position: 0 0;
background-repeat: no-repeat;

View File

@ -736,11 +736,11 @@ div.header_row_right{
// Bulltpoints
div.sideboxstar {
width: 3px;
height: 11px;
width: 4px;
height: 12px;
margin-left: 5px;
margin-right: 10px;
background-image: url(../images/bullet.png);
background-image: url(../../api/templates/default/images/fav_filter.png);
background-size: 12px 12px;
background-position: 0 0;
background-repeat: no-repeat;

View File

@ -797,11 +797,11 @@
margin-left: 2px;
}
.sidebox-favorites ul.favorites li.ui-menu-item a div.sideboxstar {
width: 3px;
height: 11px;
width: 4px;
height: 12px;
margin-left: 5px;
margin-right: 10px;
background-image: url(../images/bullet.png);
background-image: url(../../api/templates/default/images/fav_filter.png);
background-size: 12px 12px;
background-position: 0 0;
background-repeat: no-repeat;