pokemontrades/flairhq

Cannot approve trades on Firefox

robdy opened this issue · 2 comments

robdy commented

When I open user profile on FHQ using Firefox, it doesn't give me checkmarks to approve the trade:
https://i.imgur.com/CxUbF7H.png

As @SnowPhoenix found, it's caused by -moz-appearance: none attribute in input[type="checkbox"]:not(.search-check).

-moz-appearance: none;

Changing this to -moz-appearance: checkbox should fix the issue.

Raia commented

Fixed in #657