diff --git a/api/js/etemplate/et2_widget_favorites.js b/api/js/etemplate/et2_widget_favorites.js index e59cd274c3..8609145b93 100644 --- a/api/js/etemplate/et2_widget_favorites.js +++ b/api/js/etemplate/et2_widget_favorites.js @@ -71,7 +71,7 @@ var et2_favorites = (function(){ "use strict"; return et2_dropdown_button.extend id: {"default": "favorite"}, label: {"default": ""}, label_updates: { "default": false}, - image: {"default": "api/fav_filter"}, + image: {"default": this.egw().image('fav_filter')}, statustext: {"default": "Favorite queries", "type": "string"} }, diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 739cc2c744..85993c600c 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1521,12 +1521,12 @@ div.message.floating { display: inline-block; } .favorites .sideboxstar { - height: 9px; - display: inline-block; - padding: 0px 4px; - margin: -2px 5px; - /* TODO: This is template specific */ - background-image: url(images/bullet.png); + height: 9px; + display: inline-block; + padding: 0px 4px; + margin: -2px 5px; + background-image: url(images/fav_filter.png); + background-size: 9px 9px; } .sidebox-favorites ul.favorites { width: 99%; diff --git a/api/templates/default/images/fav_filter.png b/api/templates/default/images/fav_filter.png old mode 100755 new mode 100644 index 3f3ecbefad..9cd1bf62fc Binary files a/api/templates/default/images/fav_filter.png and b/api/templates/default/images/fav_filter.png differ diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 69f648c16c..d2c668c1de 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -790,7 +790,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../../api/templates/default/images/fav_filter.png); + background-image: url(../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 f5dc61de05..82ef8c7601 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -779,7 +779,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../../api/templates/default/images/fav_filter.png); + background-image: url(../images/fav_filter.png); background-size: 12px 12px; background-position: 0 0; background-repeat: no-repeat; diff --git a/pixelegg/images/fav_filter.png b/pixelegg/images/fav_filter.png new file mode 100644 index 0000000000..3f3ecbefad Binary files /dev/null and b/pixelegg/images/fav_filter.png differ diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 23214b7037..b0a5cd5179 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -740,7 +740,7 @@ div.header_row_right{ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../../api/templates/default/images/fav_filter.png); + background-image: url(../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 ecbcb16650..a1835dac82 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -801,7 +801,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../../api/templates/default/images/fav_filter.png); + background-image: url(../images/fav_filter.png); background-size: 12px 12px; background-position: 0 0; background-repeat: no-repeat;