You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: