Mercurial > libervia-media
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 = ' '); } .icon-key { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-trash-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mail-filled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-angle-double-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }