mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
4 lines
No EOL
348 B
CSS
Executable file
4 lines
No EOL
348 B
CSS
Executable file
|
|
.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 = ' '); } |