diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index d24393bc7d..0131632948 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -789,7 +789,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../images/fav_filter.png); + background-image: url(../images/fav_filter.svg); background-size: 12px 12px; background-position: 0 0; background-repeat: no-repeat; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index 0961415b08..1b6ea26a59 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -778,7 +778,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../images/fav_filter.png); + background-image: url(../images/fav_filter.svg); 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 5a41670dcd..e09463847a 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -789,7 +789,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../images/fav_filter.png); + background-image: url(../images/fav_filter.svg); background-size: 12px 12px; background-position: 0 0; background-repeat: no-repeat; diff --git a/pixelegg/images/fav_filter.svg b/pixelegg/images/fav_filter.svg new file mode 100644 index 0000000000..9febc322a1 --- /dev/null +++ b/pixelegg/images/fav_filter.svg @@ -0,0 +1,16 @@ + + + + + + + + diff --git a/pixelegg/less/etemplate2.less b/pixelegg/less/etemplate2.less index 6381a393b8..a6eafcd7b1 100755 --- a/pixelegg/less/etemplate2.less +++ b/pixelegg/less/etemplate2.less @@ -745,7 +745,7 @@ div.header_row_right{ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../images/fav_filter.png); + background-image: url(../images/fav_filter.svg); 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 d744d26e4e..1c4f015540 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -800,7 +800,7 @@ height: 12px; margin-left: 5px; margin-right: 10px; - background-image: url(../images/fav_filter.png); + background-image: url(../images/fav_filter.svg); background-size: 12px 12px; background-position: 0 0; background-repeat: no-repeat;