diff options
author | Morris Jobke <hey@morrisjobke.de> | 2021-03-29 11:01:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 11:01:46 +0200 |
commit | f8bad860976beabfe704dd0fe6b7c8f7aaa68212 (patch) | |
tree | 4ba7c9ff52b02bd7c88419ab8c29d84b3b02761d /core | |
parent | 8d3fdf24c818985f32bf3eeb144ffa6abb32b475 (diff) | |
parent | 8c6f0aa3d2d8143da3e0a5da6b57d5fe8bc858d8 (diff) | |
download | nextcloud-server-f8bad860976beabfe704dd0fe6b7c8f7aaa68212.tar.gz nextcloud-server-f8bad860976beabfe704dd0fe6b7c8f7aaa68212.zip |
Merge pull request #26342 from pirate/cal-invite-email-use-pngs
Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs
Diffstat (limited to 'core')
-rwxr-xr-x | core/img/caldav/attendees.png | bin | 0 -> 446 bytes |
-rwxr-xr-x | core/img/caldav/description.png | bin | 0 -> 166 bytes |
-rwxr-xr-x | core/img/caldav/link.png | bin | 0 -> 412 bytes |
-rwxr-xr-x | core/img/caldav/location.png | bin | 0 -> 358 bytes |
-rwxr-xr-x | core/img/caldav/organizer.png | bin | 0 -> 337 bytes |
-rwxr-xr-x | core/img/caldav/time.png | bin | 0 -> 243 bytes |
-rwxr-xr-x | core/img/caldav/title.png | bin | 0 -> 160 bytes |
7 files changed, 0 insertions, 0 deletions
diff --git a/core/img/caldav/attendees.png b/core/img/caldav/attendees.png Binary files differnew file mode 100755 index 00000000000..2e0baa49443 --- /dev/null +++ b/core/img/caldav/attendees.png diff --git a/core/img/caldav/description.png b/core/img/caldav/description.png Binary files differnew file mode 100755 index 00000000000..55e3f2cf64d --- /dev/null +++ b/core/img/caldav/description.png diff --git a/core/img/caldav/link.png b/core/img/caldav/link.png Binary files differnew file mode 100755 index 00000000000..c59d0e34acc --- /dev/null +++ b/core/img/caldav/link.png diff --git a/core/img/caldav/location.png b/core/img/caldav/location.png Binary files differnew file mode 100755 index 00000000000..0992c348d10 --- /dev/null +++ b/core/img/caldav/location.png diff --git a/core/img/caldav/organizer.png b/core/img/caldav/organizer.png Binary files differnew file mode 100755 index 00000000000..19e08065e61 --- /dev/null +++ b/core/img/caldav/organizer.png diff --git a/core/img/caldav/time.png b/core/img/caldav/time.png Binary files differnew file mode 100755 index 00000000000..059a95abce3 --- /dev/null +++ b/core/img/caldav/time.png diff --git a/core/img/caldav/title.png b/core/img/caldav/title.png Binary files differnew file mode 100755 index 00000000000..b312250ef08 --- /dev/null +++ b/core/img/caldav/title.png |