Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Insert Calender Image instead of dorpdown icon in igDatePicker
posted

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?

Parents
  • 71886
    Verified Answer
    Offline posted

    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?

Reply Children