Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7-codes.css @ 55:3674c144c0f1
fonts (icons): added "exchange" icon
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 12 May 2018 08:26:01 +0200 |
parents | 7c32c7d4bbb4 |
children | b185ee5c3f25 |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7-codes.css Fri May 11 16:06:34 2018 +0200 +++ b/fonts/fontello/css/fontello-ie7-codes.css Sat May 12 08:26:01 2018 +0200 @@ -15,6 +15,7 @@ .icon-resize-vertical { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-dot-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-exchange { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-comment-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-folder-open-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }