引导程序日期选择器的颜色特定日期

时间:2019-03-28 21:49:50

标签: jquery css html5 twitter-bootstrap

我正在寻找一种为bootstrap date picker中的特定日期着色的方法-特别是默认日期。这样用户就可以知道相对于默认日期的位置。

1 个答案:

答案 0 :(得分:0)

我假设您正在使用以下示例:https://eonasdan.github.io/bootstrap-datetimepicker/

您的问题有点含糊,所以我假设您使用的是嵌入式版本。 然后,您可以使用以下CSS代码更改默认颜色:

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
background-color: #000000 !important;
}