Im not sure what its name is but i just call it disabled cursor. Here is a picture of it so you can just tell me Picture of cursor:
What im trying to do is that when you hover over the text box the cursor shows. Here is my current code:
<input type="text" disabled="" autocomplete="off" id="keyword" name="s" value="" class="text">
You can just add to your css cursor: not-allowed;
cursor: not-allowed;
2.1m questions
2.1m answers
60 comments
57.0k users