Luke Villanueva
Luke Villanueva

Reputation: 2070

Bootstrap datepicker UI issue

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:

enter image description here

I'm expecting this kind of UI

enter image description here

Any ideas what's causing this? Thanks

Upvotes: 0

Views: 193

Answers (1)

anujsoft
anujsoft

Reputation: 81

Try this

.datepicker td, .datepicker th{background:#fff !important}

Upvotes: 1

Related Questions