I downloaded the jQuery user interface and added a script to my solution, and with a bit of code, I have a nice date picker.
However, I need to use my own theme from my css file. I created a date picker according to the sample code, but it has no style. That is, it appears on top of existing text. Is there a way that I can assign a css style from my existing css file to make the calendar background not transparent and use my colors?
source
share