Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 74:5ca5a876fef3
fonts (icons): added "cancel-circled" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 19 Feb 2020 19:44:28 +0100 |
parents | d0a77057c9ab |
children | 255ad1b65519 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Wed Jan 01 17:52:19 2020 +0100 +++ b/fonts/fontello/css/fontello-ie7.css Wed Feb 19 19:44:28 2020 +0100 @@ -49,6 +49,7 @@ .icon-forward { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-box { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-feed { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-cancel-circled { *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 = ' '); }