From 7456bb4d4374b74538504577baf26028263338ff Mon Sep 17 00:00:00 2001 From: Simon Egersand Date: Fri, 9 Feb 2018 11:13:20 +0100 Subject: [PATCH] Show default cursor for day text --- css/react-datetime.css | 1 + example/react-datetime.css | 1 + 2 files changed, 2 insertions(+) diff --git a/css/react-datetime.css b/css/react-datetime.css index 01e28226b..23c8578dc 100644 --- a/css/react-datetime.css +++ b/css/react-datetime.css @@ -96,6 +96,7 @@ .rdtPicker .dow { width: 14.2857%; border-bottom: none; + cursor: default; } .rdtPicker th.rdtSwitch { width: 100px; diff --git a/example/react-datetime.css b/example/react-datetime.css index 0aafe1bca..bc4df49e8 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;