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;