Hand cursor on disabled fields

haigiao

New Member
I am working with html input text field and i want to force the cursor to be a hand when i hover on the text field. The text field is readonly so a cancel symbol (circle with diagonal slash) shows on hover. Am using css class on the field but its not \[code\].rdonly{cursor: hand;cursor: pointer;}\[/code\]in template\[code\]<input type= "text" readonly class="rdonly"/>\[/code\]
 
Back
Top