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?
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?