mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
4 lines
348 B
CSS
4 lines
348 B
CSS
|
|
||
|
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||
|
.icon-angle-circled-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||
|
.icon-angle-circled-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|