Roger
Posts: 0
Joined: Fri Mar 29, 2013 1:10 pm

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Can you increase the size of the button on the datepicker?

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.

Roger
Posts: 0
Joined: Fri Mar 29, 2013 1:10 pm

Can you increase the size of the button on the datepicker?

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Can you increase the size of the button on the datepicker?

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.

Return to “Issues”