Files
Piwigo/themes/default/vendor/fontello/css/gallery-icon-ie7-codes.css
Willy "Linty 215c6c785a issue #2086 update fontello
Change file name (because it's linked to font-family) and icon prefix. To avoid conflicts.
2024-01-09 16:29:56 +01:00

20 lines
2.0 KiB
CSS

.gallery-icon-tag { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '- '); }
.gallery-icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-arrow-rotate-left { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-user-edit { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-album { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-calendar-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-spin6 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-checkmark { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-selecters { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-trash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search-folder { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-broom { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-plus-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
.gallery-icon-file-image { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }