From d6d0dd21a468b0f15fd6eab2385fc5b5e4c13fce Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 20 Sep 2022 10:54:14 +0200 Subject: [PATCH] Adopt calendar to new BD svg icon --- calendar/templates/default/app.css | 2 +- calendar/templates/default/images/cake.svg | 325 --------------------- calendar/templates/pixelegg/app.css | 2 +- 3 files changed, 2 insertions(+), 327 deletions(-) delete mode 100644 calendar/templates/default/images/cake.svg diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 50e6b1f1be..9b6088895f 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -279,7 +279,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget color: #626161; } #calendar-view .calendar_calBirthday, #calendar-planner .calendar_plannerHeader .calendar_calBirthdayIcon { - background-image: url(../default/images/cake.svg); + background-image: url(../../../api/templates/default/images/cake.svg); background-repeat: no-repeat; background-size: 16px; background-position: 10px center; diff --git a/calendar/templates/default/images/cake.svg b/calendar/templates/default/images/cake.svg deleted file mode 100644 index 68e648113d..0000000000 --- a/calendar/templates/default/images/cake.svg +++ /dev/null @@ -1,325 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 2ec0cd585e..e713dd1b4a 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -278,7 +278,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget } #calendar-view .calendar_calBirthday, #calendar-planner .calendar_plannerHeader .calendar_calBirthdayIcon { - background-image: url(../default/images/cake.svg); + background-image: url(../../../api/templates/default/images/cake.svg); background-repeat: no-repeat; background-size: 16px; background-position: 10px center;