Merge pull request #1680 from nextcloud/downstream-26308
Remove PNG fallbacks from files app
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 392 B |
Before Width: | Height: | Size: 151 B |
Before Width: | Height: | Size: 307 B |
Before Width: | Height: | Size: 264 B |
Before Width: | Height: | Size: 422 B |
|
@ -360,7 +360,7 @@ var createDragShadow = function(event) {
|
|||
tbody.append(newtr);
|
||||
if (elem.type === 'dir') {
|
||||
newtr.find('td.filename')
|
||||
.css('background-image', 'url(' + OC.imagePath('core', 'filetypes/folder.png') + ')');
|
||||
.css('background-image', 'url(' + OC.imagePath('core', 'filetypes/folder.svg') + ')');
|
||||
} else {
|
||||
var path = dir + '/' + elem.name;
|
||||
Files.lazyLoadPreview(path, elem.mimetype, function(previewpath) {
|
||||
|
|
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 276 B |