Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 86:b8386ab727ec
fonts (icons): add "smile" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 08 Nov 2023 16:41:23 +0100 |
parents | 7575f644b20e |
children | 7ce2d2475363 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Tue Aug 08 23:35:19 2023 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Wed Nov 08 16:41:23 2023 +0100 @@ -64,6 +64,7 @@ .icon-angle-double-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-angle-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-smile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-unlink { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-dot-3-vert { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }