From 0438938cc202510109be873b85506a2a3230749b Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 13 Mar 2017 10:41:07 -0400 Subject: [PATCH] Trying to updated the full calendar arrows I am trying to update the arrows for the full calendar view so they appear on Edge. --- css/front.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) mode change 100644 => 100755 css/front.css diff --git a/css/front.css b/css/front.css old mode 100644 new mode 100755 index 13e31c1..b97f83c --- a/css/front.css +++ b/css/front.css @@ -366,6 +366,20 @@ a.fc-time-grid-event.fc-v-event { } #eventCalendar .fc-view-container tbody .fc-today{ +} +#eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow{ + content: "›"; + font-weight: 700; + font-size: 200%; + top: -7%; + left: 3%; +} +#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow { + content: "‹"; + font-weight: 700; + font-size: 200%; + top: -7%; + left: 3%; } @media (max-width: 640px) and (min-width: 320px){ .view-select{ -- 2.17.1