-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datepicker theme customization #25
Comments
I studied this topic, and the best solution that I see is to integrate the flatpickr css in our current themes. This way, when we set a dark theme, we will have the dark pickr, for the ones with green the green pickr and so on. So what I'm saying is basically matching the existing bulmaswatch themes with the ones from the picker. If someone overwrites the loaded theme in a project, than he will have only that one for the whole project. |
I think we need to recompile themes after the update?
|
You are right, I missed that. I will at the next commit. |
This is a feature request.
Description
see laravel-enso/localisation#36
Expected behavior
Theme of datepicker can be defined for a project (based on choosen theme)
Actual behavior
flatpickr/dist/themes/material_green.css
is used for datepickerThe text was updated successfully, but these errors were encountered: