Hi there,
Oh thanks for clarifying. Please remove the previously suggested code as that will target the icon in the textbox.
To change the cursoe as you click on the fields, please use this code:
input[disabled], select[disabled], textarea[disabled],
input[readonly], select[readonly], textarea[readonly] {
cursor: pointer;
}
You may change the value of the in the code. Please check this link for the cursor values:
Hope this helps.