From 0b31adfcb039e52137f06a64bafa4a26113e8286 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 13 Mar 2017 11:05:47 -0400 Subject: [PATCH] I think I'm close I think I'm making progress. I have something displaying at least. I did a bit more styling to allow it to look right. --- css/front.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index 87c304b..edadde1 100755 --- a/css/front.css +++ b/css/front.css @@ -368,20 +368,22 @@ a.fc-time-grid-event.fc-v-event { } #eventCalendar .fc-button .fc-icon.fc-icon-right-single-arrow:after { - content: "›"; + content: ">"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; display: block; + color: black; } #eventCalendar .fc-button .fc-icon.fc-icon-left-single-arrow:after { - content: "‹"; + content: "<"; font-weight: 700; font-size: 200%; top: -7%; left: 3%; display: block; + color: black; } @media (max-width: 640px) and (min-width: 320px){ .view-select{ -- 2.17.1