diff fonts/fontello/css/fontello-ie7.css @ 74:5ca5a876fef3

fonts (icons): added "cancel-circled" icon
author Goffi <goffi@goffi.org>
date Wed, 19 Feb 2020 19:44:28 +0100
parents d0a77057c9ab
children 255ad1b65519
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css	Wed Jan 01 17:52:19 2020 +0100
+++ b/fonts/fontello/css/fontello-ie7.css	Wed Feb 19 19:44:28 2020 +0100
@@ -49,6 +49,7 @@
 .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe824;&nbsp;'); }
 .icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe825;&nbsp;'); }
 .icon-feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe826;&nbsp;'); }
+.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;'); }
 .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;'); }
 .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf100;&nbsp;'); }
 .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf101;&nbsp;'); }