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

Firefox 53 Arc Dark Input Box Selection Color Wrong #116

Open
ghost opened this issue May 4, 2017 · 0 comments
Open

Firefox 53 Arc Dark Input Box Selection Color Wrong #116

ghost opened this issue May 4, 2017 · 0 comments

Comments

@ghost
Copy link

ghost commented May 4, 2017

When I use it with Arc Dark GTK3 theme with the Arc Dark Firefox theme, my text boxes have the wrong color when I select the text in the URL bar, search bar, or some other places. Easiest fix I found was to code a userChrome.css with the following rule: .textbox-input::-moz-selection { color: #ffffff; background-color: #5294e2; }

Please see about finding a more permanent fix for others. Thank you.

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

0 participants