diff fonts/fontello/css/fontello-ie7-codes.css @ 77:7bc307f36741

fonts (icons): added "download" and "trash-empty" icons
author Goffi <goffi@goffi.org>
date Fri, 19 Jun 2020 16:50:27 +0200
parents 0af8e53c638e
children 54e1f518d7ad
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css	Wed May 06 20:55:59 2020 +0200
+++ b/fonts/fontello/css/fontello-ie7-codes.css	Fri Jun 19 16:50:27 2020 +0200
@@ -44,6 +44,8 @@
 .icon-person { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82a;&nbsp;'); }
 .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82b;&nbsp;'); }
 .icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82c;&nbsp;'); }
+.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82d;&nbsp;'); }
+.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe82e;&nbsp;'); }
 .icon-mail-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&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;'); }