From 03709d1ba3a1246effd98f890b445871bdf2f01a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 27 Jul 2016 09:42:33 +0200 Subject: [PATCH] Change fav icon from bullet to star --- pixelegg/css/mobile.css | 6 +++--- pixelegg/css/pixelegg.css | 6 +++--- pixelegg/less/etemplate2.less | 6 +++--- pixelegg/mobile/fw_mobile.css | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index ed63da031b..0c0d44debc 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 e6667ccdf2..41bac15e49 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 951abc56c5..9a144cbc47 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;