From c3846f58b2de7d170975f2ccdcf9515434d4804e Mon Sep 17 00:00:00 2001 From: Gregorio Chiko Putra Date: Tue, 19 Sep 2017 11:05:50 +0700 Subject: [PATCH] Fixed hidden month navigations on calendar --- App/Views/base.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/App/Views/base.html b/App/Views/base.html index 69f2ff3..b12ff95 100644 --- a/App/Views/base.html +++ b/App/Views/base.html @@ -177,6 +177,10 @@ .filter > div { text-align: center; } + + .rd-month button { + color: #000; + }