cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

URL bar in browser with Themes

arens
Making moves

In the current release, the browser bar goes almost black if you're using a theme from the repertoire when you are selecting a URL to copy or entering a search term.  ALso the color of the links that get suggested is ghastly seafoam green.  Firefox used to use the system colors.  WHAT HAPPENED?  FIX IT?

2 REPLIES 2

Agentvirtuel
Contributor

Hello

Maybe?
https://www.userchrome.org
https://forums.mozillazine.jp/viewtopic.php?f=2&t=22667#p78327
https://connect.mozilla.org/t5/ideas/change-the-blue-hue-when-selecting-text-on-pages-with-a-dark/id...
https://www.w3schools.com/colors/colors_picker.asp

By way of illustration

userChrome.css

:root[lwtheme] {
  #urlbar-background,
  #searchbar {
    background-color: #cc3333 !important;
  }
}

With

userContent.css

/* Make selected text gold on a red background */
::selection {
  color: gold;
  background-color: red;
}

1.png

Agentvirtuel
Contributor

Info about : Search bar to your Firefox toolbar https://support.mozilla.org/en-US/kb/add-search-bar-firefox-toolbar
Since the release of Firefox 122 https://bugzilla.mozilla.org/show_bug.cgi?id=1852044