Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 79:df5067fa5d3c
fonts (icons): added "loading" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Nov 2020 18:37:26 +0100 |
parents | 54e1f518d7ad |
children | 4110f84cbde5 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Mon Aug 24 21:16:57 2020 +0200 +++ b/fonts/fontello/css/fontello-ie7.css Fri Nov 27 18:37:26 2020 +0100 @@ -10,6 +10,8 @@ /* font-size: 120%; */ } +.icon-loading { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-resize-small { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-doc { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-mobile { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -60,7 +62,6 @@ .icon-volume-off { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-volume-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-resize-full { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } -.icon-resize-small { *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 = ' '); }