Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@jaysalvat @ncou and others