Hi I was able to change color using customTheme, but am yet now able to add a new calender image
<style>
.customTheme .ui-icon {
background-image: url(Images\cal.png);
background-color:Aqua;
}
.customTheme .ui-state-default .ui-icon {
background-image: none;
} </style>
Where am I going wrong?
Hi,
You could do: span.ui-igedit-buttonimage.ui-icon-triangle-1-s.ui-icon {background-image: url(http://www.jpl.nasa.gov/spaceimages/images/mediumsize/PIA17011_ip.jpg)!important;}
Please take a look at:
http://jsfiddle.net/weedminer/ku1sejwe/.
Does that help you?
Thanks Boris. It did work for me.
I also wanted to know is there a way to fix position of the image?
I have datepicker on multiple pages but it displays icon properly only on one page. Not sure whats going on.