From f4b47c308b0db1d6c429f55acb3637a882d14f06 Mon Sep 17 00:00:00 2001 From: OSWorX Date: Wed, 27 Sep 2023 14:44:27 +0200 Subject: [PATCH] Update iconfontello.css.tpl New icon for removing tags (see also PR for functions_html.inc.php) --- css/iconfontello.css.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/iconfontello.css.tpl b/css/iconfontello.css.tpl index 635e525..a6df905 100644 --- a/css/iconfontello.css.tpl +++ b/css/iconfontello.css.tpl @@ -31,6 +31,8 @@ A:hover .pwg-icon:before{ .pwg-icon-slideshow:before { content: '\25b6';} .pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px} +.pwg-icon-tag-remove:before { content: '\2700'; } /* ✂ */ + {if $conf.index_posted_date_icon} {if $conf.index_created_date_icon} .pwg-icon-calendar:before { content: '\f133'; } @@ -52,4 +54,4 @@ A:hover .pwg-icon:before{ height: 26px; width: 26px; } -{/if} \ No newline at end of file +{/if}