-
Notifications
You must be signed in to change notification settings - Fork 127
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
Adjust style of input elements to Firefox ones #44
Comments
Note that as of Firefox 60 the photon design has not really been applied to the elements on the options page or so… So maybe be wait or use the "old" design. (I assume the design will be adjusted, later.) |
Uuuuh… wait… I cannot read the doc. https://developer.mozilla.org/en-US/Add-ons/WebExtensions/user_interface/Browser_styles says the class So this is way easier than I thought. 😄 |
So actually the issues I saw are Firefox issues. In the PR #97 I've listed these bug reports. At least the accessibility issue with the not focusable elements makes this a blocking problem for now, so this won't be included in the v1.2. |
Again as
about:preferences
does it, or, as the Photon styling guide states how it should be done.This may require quite "much" CSS, but it can partically be taken from the linked photon site.
It should be applied to: checkboxes, radio elements, etc.
Note that it my look strange when it is applied to one element, but not all elements. So it needs to be done for all of them.
May be done in conjunction with #43.
The text was updated successfully, but these errors were encountered: