change icon of datepicker CSS
I am trying to change the grid icon with a custom one for the datetime picker, and its not working as planned due to the icon showing, under the grid.
Searching these forums has shown me, but not how to over come this.
This is how it looks:
This is the chrome element info:
And in my custom CSS I have this simple requestL
pre
[dsid=prop_availDate] .ui-icon-grid {
background: url('../image/calendar_icon.jpg') !important;
}
/pre
How do I stop the grid from showing? I have tried using :after, but the new icon will not show. I have tried to z-index, but that did not work.
Thanks