jQuery UI Datepicker: don't highlight today when it is also selected

前端 未结 4 896
攒了一身酷
攒了一身酷 2021-01-06 06:26

I\'m using the jQuery datepicker to select dates. It works fine, except there is 1 default behavior that I would like to change. When you select a day, the selected day is

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-06 07:02

    .ui-state-highlight {
        border: 1px solid #d3d3d3 !important;
        background-color: #e6e6e6 !important;
    }
    

提交回复
热议问题