0

I tried following to change the cursor of my html input tag (type="file"):

input{
cursor: pointer;
}

But it didn't work out. It remains the default cursor .. Why? Is it even possible to change it via css?

Marten Zander
  • 2,385
  • 3
  • 17
  • 32
  • 4
    Possible duplicate of [CSS: How make the cursor to become a pointer on the input file?](http://stackoverflow.com/questions/7155381/css-how-make-the-cursor-to-become-a-pointer-on-the-input-file) – Pim Feb 10 '16 at 16:04
  • Try to use ID selector or Class to handle it. And, Update your code with HTML to see what happen – Joe Kdw Feb 10 '16 at 16:11

0 Answers0