|
|
|
|
@ -238,7 +238,6 @@ OC.Settings.Apps = OC.Settings.Apps || {
|
|
|
|
|
if (appfromstore) {
|
|
|
|
|
img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" xlink:href="' + url + '?v=' + oc_config.version + '" class="app-icon" /></svg>';
|
|
|
|
|
} else {
|
|
|
|
|
img += '<defs><filter id="invertIcon"><feColorMatrix in="SourceGraphic" type="matrix" values="-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0"></feColorMatrix></filter></defs>';
|
|
|
|
|
img += '<image x="0" y="0" width="72" height="72" preserveAspectRatio="xMinYMin meet" filter="url(#invertIcon)" xlink:href="' + url + '?v=' + oc_config.version + '" class="app-icon"></image></svg>';
|
|
|
|
|
}
|
|
|
|
|
return img;
|
|
|
|
|
|