Styling the jQueryUI DatePicker

前端 未结 8 693
终归单人心
终归单人心 2020-12-29 21:54

I am using the jquery datepicker (http://jqueryui.com/demos/datepicker/).

The datepicker on the demo page is small and compact. However, when I use the datepicker on

8条回答
  •  爱一瞬间的悲伤
    2020-12-29 22:41

    The very top line of jquery.ui.theme.css has the font size:

    .ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: .9em; }

提交回复
热议问题