Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 76:0af8e53c638e
fonts (icons): added "key", "person", "mail" and "mail-filled" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 06 May 2020 20:55:59 +0200 |
parents | 255ad1b65519 |
children | 7bc307f36741 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Sun Feb 23 16:26:14 2020 +0100 +++ b/fonts/fontello/css/fontello-ie7.css Wed May 06 20:55:59 2020 +0200 @@ -52,6 +52,10 @@ .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-loop-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.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-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 = ' '); } .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }