RSS Feed

Posts Tagged ‘webkit’

  1. Chrome input field 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
    }