I am trying to update the arrows for the full calendar view so they appear on Edge.
}
#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{