Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のテーマを日付ピッカーに使用しましたが、色の変更をカスタマイズする必要があります。新しい日付を選択するときに色を変更する必要があります。
例: 25 Oct は既に選択されているため、カスタム カラーにする必要があります。
ありがとう
ui-state-active選択した日付のスタイルでありui-state-highlight、現在の日付を識別するために使用するスタイルであるため、これらの css をページに追加してみてください。
ui-state-active
ui-state-highlight
#ui-datepicker-div .ui-state-active {color: #FFFFCC;} #ui-datepicker-div .ui-state-highlight {color: #DCDCDC;}