So its bit of a pain that webkit browsers don’t allow you direct CSS access to complex types such as file inputs but there is a work around, see below!
::-webkit-file-upload-button {
cursor:pointer
}
December 4, 2011 by Dave
So its bit of a pain that webkit browsers don’t allow you direct CSS access to complex types such as file inputs but there is a work around, see below!
::-webkit-file-upload-button {
cursor:pointer
}
Category CSS, webkit | Tags: css,file input cursor,webkit | 1 Comment