.calendarList {
background-image: url('/resource3/hpsc/common/images/calendar.png');
background-position: 135px 50%;
background-repeat: no-repeat;
cursor:pointer;
}
<input type="text" id="toDatepicker" class="calendarList" name="searchEndDate" size="20" >
The CSS class is being applied exclusively to input text fields. When hovering over the text field, the cursor displays a hand symbol for the entire input field. However, the intention is to only display the hand symbol for the image, not the entire text field.