Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Cursor pointer not working in chrome/opera #19

Open
ncou opened this issue May 29, 2016 · 1 comment
Open

Cursor pointer not working in chrome/opera #19

ncou opened this issue May 29, 2016 · 1 comment

Comments

@ncou
Copy link

ncou commented May 29, 2016

Hi,

Very nice plugin, on my chrome (or opera) browser, if i put my mouse on the top left position inside the dropzone, my mouse pointer is not a finger, but an arrow, and if i move the cursor a few pixel below, the cursor got the right icon.

It's because on the top left position it's the hidden "input" filed, and the cursor doesn't seems to inherit the right cursor property.

It's working fine on firefox, but not on the chromium/webkit browsers.

I used the following CSS to avoid this strange behaviour.

.ezdz-dropzone input[type=file]::-webkit-file-upload-button {
cursor: pointer;
}

http://codepen.io/anon/pen/dXyZZN

hope this help. Perhaps something to add to your CSS ?

@jaysalvat
Copy link
Owner

Thanks a lot!
Sorry for the late response.

Could you please make a Pull Request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jaysalvat @ncou and others