horst3180 / arc-firefox-theme

Arc Firefox Theme
Mozilla Public License 2.0
938 stars 48 forks source link

Firefox 53 Arc Dark Input Box Selection Color Wrong #116

Open ghost opened 7 years ago

ghost commented 7 years ago

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.