diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index bbf02ae251..fcdac3a0e4 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index f9d84888fb..d1474a2f0f 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 4875409c2c..23214b7037 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -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; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 93435fd093..4feb9d4aaa 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -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;