diff fonts/fontello/css/fontello-ie7.css @ 75:255ad1b65519

fonts (icons): added "loop-alt" and "upload" icons
author Goffi <goffi@goffi.org>
date Sun, 23 Feb 2020 16:26:14 +0100
parents 5ca5a876fef3
children 0af8e53c638e
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css	Wed Feb 19 19:44:28 2020 +0100
+++ b/fonts/fontello/css/fontello-ie7.css	Sun Feb 23 16:26:14 2020 +0100
@@ -49,7 +49,9 @@
 .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-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe827;&nbsp;'); }
 .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe828;&nbsp;'); }
+.icon-loop-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe829;&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;'); }