mirror of
https://github.com/nextcloud/server.git
synced 2025-03-17 17:53:16 +00:00
Merge pull request #1680 from nextcloud/downstream-26308
Remove PNG fallbacks from files app
This commit is contained in:
commit
ada4d6cafc
9 changed files with 1 additions and 1 deletions
apps
files
systemtags/img
Binary file not shown.
Before ![]() (image error) Size: 208 B |
Binary file not shown.
Before ![]() (image error) Size: 392 B |
Binary file not shown.
Before ![]() (image error) Size: 151 B |
Binary file not shown.
Before ![]() (image error) Size: 307 B |
Binary file not shown.
Before ![]() (image error) Size: 264 B |
Binary file not shown.
Before ![]() (image error) 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) {
|
||||
|
|
Binary file not shown.
Before ![]() (image error) Size: 2.2 KiB |
Binary file not shown.
Before ![]() (image error) Size: 276 B |
Loading…
Reference in a new issue