Skip to content

چطور ظاهر تقویم را به شکل یکی از اسکرین شات های ارائه شده تغییر دهیم؟ #64

Closed Answered by majidh1
Creativeart455 asked this question in Question
Discussion options

You must be logged in to vote

سلام مرسی از پیامتون
شما میتوانید از دو پارامتر
plusHtml و minusHtml
جهت تغییر ایکون ها استفاده کنید

برای تغییرات یو آی میتوانید از سی اس اس استفاده کنید
به دلیل ثابت بودن کلاس های دیتپیکر استفاده از سی اس اس بدون مشکل هست
اینم نمونه که یکی از دوستان استفاده کرده در پروژه خودش:

jdp-container,jdp-container .jdp-year select,jdp-container .jdp-month select{
    background: #323232;
}

jdp-container .jdp-months, jdp-container .jdp-years {
    color: rgb(255 255 255 / 80%);
    fill: rgb(255 255 255 / 80%);
}
jdp-container .jdp-day-name {
    background-color: rgb(255 255 255 / 10%);
}
jdp-container .jdp-day, jdp-container .jdp-day-name {
    color: rgb(255 255 255 / 80%);
}
jdp-container .jd…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by majidh1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants