Can you increase the size of the button on the datepicker?
I would like to increase the size of the button on the datapicker control. Is this possible?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I would like to increase the size of the button on the datapicker control. Is this possible?
Hi Roger,
You can create custom CSS style:
code.hasDatepicker {
font-size: 1.3em;
}/code
All the fonts of calendar pop-up block will be changed proportionally. Changing this value you can achieve the desired size.
This does not appear to change the size of the button that produces the pop-up. I am looking to increase the size of the button.
Hi Roger,
Use the browser development tools, and see which styles you need to change to increase the button size. You need to change the styles for the two elements. To find them inspect Datepicker in developer tools test mode.