From 28e0f85e889c916462554d46fcb2d3f57eb28ee5 Mon Sep 17 00:00:00 2001 From: Levi Wilcox Date: Mon, 15 May 2017 00:40:00 -0700 Subject: [PATCH] Fixed design calendar css bug (#1527) Fixes #983 --- src/UI/Calendar/calendar.less | 1 + src/UI/Content/fullcalendar.css | 1 + 2 files changed, 2 insertions(+) diff --git a/src/UI/Calendar/calendar.less b/src/UI/Calendar/calendar.less index d8929c932..074534a29 100644 --- a/src/UI/Calendar/calendar.less +++ b/src/UI/Calendar/calendar.less @@ -96,6 +96,7 @@ .primary { border-color : @btn-primary-bg; + color: white; } .info { diff --git a/src/UI/Content/fullcalendar.css b/src/UI/Content/fullcalendar.css index 5620e0bd6..4cff84fb8 100644 --- a/src/UI/Content/fullcalendar.css +++ b/src/UI/Content/fullcalendar.css @@ -1354,6 +1354,7 @@ be a descendant of the grid when it is being dragged. .fc-list-item:hover td { background-color: #f5f5f5; + color: #444444; } .fc-list-item-marker,