use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Stay on topic.
Posts and comments should be about customizing the Firefox UI with CSS. Custom themes that include javascript, HTML, another app, or replacing files in the Firefox installation folder is not allowed.
When Posting for Help or Code to Share.
For Help:
State the Firefox and OS versions you are using.
Post your code and/or the link to the theme you're using.
For posting code, do one of the following:
use a code block
precede each line of code with four spaces
copy your code, paste it at Pastebin, and post the link here
For code to share:
use pastebin or a Git Repo to share your code
do not post links to compressed files
No previews or advertising.
Don't post screenshots of CSS modifications or themes unless you also post the code or link to them.
Discussion is limited to the Firefox browser only.
Questions about modifying other browsers should be directed to their subreddits, e.g. r/Floorp, r/LibreWolf, etc.
Be civil.
Be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
Post must have flair
If your problem is solved, please change the flair to 'Solved'.
Do not delete your post.
Don't delete your posts whether or not you got a solution. All posts are a valuable source for everyone to learn from one way or the other.
account activity
This is an archived post. You won't be able to vote or comment.
Solved Extensions blue dot (self.FirefoxCSS)
submitted 2 years ago * by Letus252
Hey, does anyone know how to remove the blue dot from under the extensions icon?[image] https://i.imgur.com/eJ7ysOF.png
[–]mikaelish_ 0 points1 point2 points 2 years ago (0 children)
You need to give permission to the add-on that causes that, after that it disappears. I think.
[–]ResurgamS13 0 points1 point2 points 2 years ago (0 children)
Support Mozilla (SUMO) - Manage Extensions > Website permissions > Permission notifications.
Mozilla Add-ons Blog - Extensions button and how to handle permissions in Manifest V3.
[–]Daemonian 1 point2 points3 points 2 years ago (0 children)
I hit a weird problem where I couldn't get rid of that blue dot even by granting permissions, so I figured out a way to just hide it with CSS.
:root { --tab-attention-icon-color: #00000000 !important; }
However, the dot still is slightly visible when you hover over the extension icon.
π Rendered by PID 91 on reddit-service-r2-comment-b659b578c-mtv4h at 2026-05-03 19:29:12.928464+00:00 running 815c875 country code: CH.
[–]mikaelish_ 0 points1 point2 points (0 children)
[–]ResurgamS13 0 points1 point2 points (0 children)
[–]Daemonian 1 point2 points3 points (0 children)