aboutsummaryrefslogtreecommitdiff
path: root/static/font/css/fontello-ie7.css
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-25 15:48:44 -0400
committertaehoon <th.dev91@gmail.com>2019-07-28 21:05:13 -0400
commit1e613ae9b37f33e26c2b6922e3190a3b7d3b6628 (patch)
treec3e5bbaffcec266bd7bd75a55c78cf0da38c4433 /static/font/css/fontello-ie7.css
parentb2bd128f059de44a0ec27591dbc0052f494887a1 (diff)
add zoom-in icon
Diffstat (limited to 'static/font/css/fontello-ie7.css')
-rwxr-xr-xstatic/font/css/fontello-ie7.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-ie7.css b/static/font/css/fontello-ie7.css
index f700ae78..1ef174bf 100755
--- a/static/font/css/fontello-ie7.css
+++ b/static/font/css/fontello-ie7.css
@@ -38,6 +38,7 @@
.icon-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe819;&nbsp;'); }
.icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81a;&nbsp;'); }
.icon-chart-bar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81b;&nbsp;'); }
+.icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe81c;&nbsp;'); }
.icon-spin3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe832;&nbsp;'); }
.icon-spin4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe834;&nbsp;'); }
.icon-link-ext { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;&nbsp;'); }