diff options
Diffstat (limited to 'plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css')
-rw-r--r-- | plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css b/plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css new file mode 100644 index 000000000..56bcbda11 --- /dev/null +++ b/plugins/AdminTools/template/fontello/css/fontello-ato-ie7-codes.css @@ -0,0 +1,6 @@ + +.icon-ato-doc-text-inv { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-flash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-trophy { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-ato-ok { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
\ No newline at end of file |