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.
このリンクの日付ピッカーのようなドロップ シャドウを取得する方法を知る必要があります
http://taitems.github.com/Aristo-jQuery-UI-Theme/
使用する必要があるデフォルトのクラスはありますか?
CSS を使用する:
.ui-datepicker { -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5); -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5); box-shadow: 0 4px 8px rgba(0,0,0,0.5); }