From 7456bb4d4374b74538504577baf26028263338ff Mon Sep 17 00:00:00 2001
From: Simon Egersand <s.egersand@gmail.com>
Date: Fri, 09 Feb 2018 11:41:44 +0100
Subject: [PATCH] Show default cursor for day text

---
 example/react-datetime.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/example/react-datetime.css b/example/react-datetime.css
index 0aafe1b..bc4df49 100644
--- a/example/react-datetime.css
+++ b/example/react-datetime.css
@@ -101,6 +101,7 @@
 .rdtPicker .dow {
   width: 14.2857%;
   border-bottom: none;
+  cursor: default;
 }
 .rdtPicker th.rdtSwitch {
   width: 100px;

--
Gitblit v1.9.3