Reputation: 2070
I've been using bootstrap datepicker for a while now. But I'm encountering a glitch on the UI side when the datepicker is being displayed. I'm not sure what is causing this. I checked everything even, updated my datepicker.css file and bootstrap-datepicker.js file from this link
Here's its current UI:
I'm expecting this kind of UI
Any ideas what's causing this? Thanks
Upvotes: 0
Views: 193
Reputation: 81
Try this
.datepicker td, .datepicker th{background:#fff !important}
Upvotes: 1