- Solved
- Archived
Firefox 93 - cyan border of urlbar when focused
FF 93 arrived last night and now my setting (from userChrome.css) that removes the cyan color of the urlbar doesn't work anymore: urlbar[focused="false"]:not([suppress… (read more)
FF 93 arrived last night and now my setting (from userChrome.css) that removes the cyan color of the urlbar doesn't work anymore:
- urlbar[focused="false"]:not([suppress-focus-border]) > #urlbar-background {
border: none !important;
}
I tried a few different things but they were for older versions of FF and naturally they didn't work. I even added a line "border-color: none !important;" but that didn't work either.
So, any suggestions for version 93 of how to remove the cyan border (again) when I click on the urlbar?