dubrox / Multiple-Dates-Picker-for-jQuery-UI

MDP is a little plugin that enables jQuery UI calendar to manage multiple dates.
https://dubrox.github.io/Multiple-Dates-Picker-for-jQuery-UI
272 stars 156 forks source link

Styling not working #240

Open syamimhazmi opened 5 years ago

syamimhazmi commented 5 years ago

Hi, currently I'm using jquery multidatepicker for full years. But the styling is not working on me. Here is the result that I get.

screen shot 2018-10-03 at 5 05 01 pm

And here is asset. Am I missing something? ` <!DOCTYPE html>

<?= empty($title) ? COMPANY_NAME : $title ?> ` Thanks
barankaraboga commented 5 years ago

You should define jQuery UI Css into your app. Or use this css file instead of default jquery-ui.multidatespicker.css

syamimhazmi commented 5 years ago

I already put jquery UI css. still its not working.

I put at the top before js

<link href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css" rel="stylehsheet">

Anyway, your custom css is working on my apps. Thank you very much! 😄