Files
Piwigo/themes/default/vendor/fontello/css/fontello-ie7-codes.css
T
HWFord cfe34cc071 issue #2028 update fontello in theme default
missing broom and checkmark needed for search
2023-11-03 16:10:32 +01:00

19 lines
1.8 KiB
CSS

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