Trying to updated the full calendar arrows
authorIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 14:41:07 +0000 (10:41 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 13 Mar 2017 14:41:07 +0000 (10:41 -0400)
I am trying to update the arrows for the full calendar view so they appear on Edge.

css/front.css [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 13e31c1..b97f83c
@@ -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: "&rsaquo;";
+    font-weight: 700;
+    font-size: 200%;
+    top: -7%;
+    left: 3%;
+}
+#eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow {
+    content: "&lsaquo;";
+    font-weight: 700;
+    font-size: 200%;
+    top: -7%;
+    left: 3%;
 }
 @media (max-width: 640px) and (min-width: 320px){
     .view-select{