Open BigBoulard opened 3 years ago
Did you know that you can provide your own button/trigger for the calendar?
I'm happy to add more theming capabilities to the default trigger but providing your own button/input/etc is often going to be the best course of action
You can provide your own button, but in 3.1.6 you can't pass style to it's internals, e.g. style="width: 100%;"
. In 2.0.4 you can.
Hi,
Just a quick suggestion. It would have been cool to be able to style the button : width, height, disable the drop shadow etc. instead of doing things like this in the parent:
Note that because of the specificity,
div.button-container > button
doesn't work butdiv.trigger > div.button-container > button
is doing the job for removing the box-shadow on the button.Best.