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

Incorrect displaying dropdowns in Firefox. #1

Open
m9iv opened this issue Sep 24, 2014 · 2 comments
Open

Incorrect displaying dropdowns in Firefox. #1

m9iv opened this issue Sep 24, 2014 · 2 comments

Comments

@m9iv
Copy link

m9iv commented Sep 24, 2014

Hi, iarouse.
Thanks for Flatify - I am using it at one of my work project and it looks really pretty. But dropdowns displays incorrect in my Firefox (I have the latest version):

dd

What can I do to fix that?
Thanks : )

@iarouse
Copy link
Owner

iarouse commented Sep 24, 2014

Try add to “Select” element

-moz-appearance: none;

Hope this helps :)

cheers

arousing

On Wednesday, September 24, 2014 at 11:57 AM, christina zaviruha wrote:

Hi, iarouse.
Thanks for Flatify - I am using it at one of my work project and it looks really pretty. But dropdowns displays incorrect in Firefox (I have the latest version):

What can I do to fix that?
Thanks : )


Reply to this email directly or view it on GitHub (#1).

@m9iv
Copy link
Author

m9iv commented Sep 25, 2014

Unfortunately it did not work for me. Default arrows are still displayed.
Maybe due to this on MDN:

This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

I have added to the "select" element so far

-moz-appearance: toolbarbutton;

Now it looks like:
1
instead of:
2

I do not think it's the best solution of that problem.
Hope you have some more ideas :)

Thanks.

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

2 participants