diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-08-17 17:24:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-17 17:24:16 +0200 |
commit | ec4d127e58ffae125887d13d6183a08749b9e7b8 (patch) | |
tree | a85da3cd67b4faf80e737daa488d281e8756a604 /apps/files_external | |
parent | 7cd4874112d396baecc9e6fb449fdb6c7943dbec (diff) | |
parent | 28c192c9f5a5279482eaabbcaf2d24e78379c5bd (diff) | |
download | nextcloud-server-ec4d127e58ffae125887d13d6183a08749b9e7b8.tar.gz nextcloud-server-ec4d127e58ffae125887d13d6183a08749b9e7b8.zip |
Merge pull request #905 from nextcloud/invisible_icons
Fix icons on App page in FF
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/img/app.svg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/img/app.svg b/apps/files_external/img/app.svg index 6cafe174f60..f1fd591ca70 100644 --- a/apps/files_external/img/app.svg +++ b/apps/files_external/img/app.svg @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32px" width="32px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/"> +<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="32px" width="32px" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" viewBox="0 0 32 32"> <path d="m14.903 3.2373 4.7612 4.5146-7.1418 6.772 4.7612 4.5146 7.1418-6.772 4.7612 4.5146v-13.545h-14.283zm-9.5224 2.2573c-1.3189 0-2.3806 1.0068-2.3806 2.2573v18.058c0 1.2506 1.0617 2.2573 2.3806 2.2573h19.044c1.3188 0 2.3806-1.0068 2.3806-2.2573v-6.772l-2.3806-2.2573v9.0293h-19.044v-18.058h9.522l-2.381-2.2574h-7.1414z" fill="#fff"/> </svg> |