Mercurial > libervia-media
diff fonts/fontello/css/fontello-ie7.css @ 81:7b2df5255b79
fonts (icons): added "basket", "check" and "publish" icons
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 25 Feb 2021 13:53:59 +0100 |
parents | 4110f84cbde5 |
children | d31fac1efcee |
line wrap: on
line diff
--- a/fonts/fontello/css/fontello-ie7.css Fri Dec 11 17:38:43 2020 +0100 +++ b/fonts/fontello/css/fontello-ie7.css Thu Feb 25 13:53:59 2021 +0100 @@ -62,6 +62,8 @@ .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-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-publish { *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 = ' '); } @@ -79,4 +81,5 @@ .icon-plug { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-brush { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-server { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } \ No newline at end of file