Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 62:af93088008e9
fonts (icons): added angle-double-left angle-double-right and shield icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 03 Jan 2019 10:46:33 +0100 |
parents | adc174b6c7a7 |
children | 925b52d1e0fd |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Tue Sep 18 21:01:08 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Thu Jan 03 10:46:33 2019 +0100 @@ -28,7 +28,10 @@ .icon-previous { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-next { *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 = ' '); } .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-level-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-file-audio { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }