12-04-2023 11:37 PM
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?
08-01-2024 10:25 PM
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;
}
08-01-2024 11:06 PM
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