T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

Bootstrap 4.1 support and universal theming #202

Closed djibe closed 6 years ago

djibe commented 6 years ago

Hi,

I updated your picker to work with latest Bootstrap 4.1. I had to modify some CSS and js to respect new classes. I used CSS variabled for colors so the CSS fits in any Bootstrap project.

TylerRick commented 6 years ago

I tried upgrading to this fork but it appears to have slightly broken the styles.

I don't have a minimum reproducible example handy, but my pretty minimal test page looked like this before:

image

and now it looks like this:

image

For example, the close button is white on white.

(which appears to be due to this style, BTW: image)

Was I supposed to add some theming in order for it to look right?

djibe commented 6 years ago

@TylerRick True, I'm working on it. Will release it later today.

djibe commented 6 years ago

Fixed, you can see example here : https://jsfiddle.net/djibe89/qfkjg3qh/