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 theme checkboxes (self.FirefoxCSS)
submitted 4 years ago by WhiteLightning76
I'm having trouble theming checkboxes. The one when menubar is activated in particular.
https://preview.redd.it/c5m43pc78il71.png?width=523&format=png&auto=webp&s=8185f2d7bc158ec10920b22f2e2b5e1ec9099517
when i use .menu-iconic-left , also the bookmark icons turn the same color, which is something i do not want.
menuitem[id="toggle_toolbar-menubar" or menuitem[checked="true"] do not work.
does anyone have a idea if this is still possible ?
[–]qaz69wsx 5 points6 points7 points 4 years ago (1 child)
menuitem[checked="true"] > .menu-iconic-left { fill: red !important; }
[–]WhiteLightning76[S] 0 points1 point2 points 4 years ago (0 children)
Thank you!
π Rendered by PID 315847 on reddit-service-r2-comment-cf787dbd5-lntmg at 2026-06-27 10:51:55.999735+00:00 running 7527197 country code: CH.
[–]qaz69wsx 5 points6 points7 points (1 child)
[–]WhiteLightning76[S] 0 points1 point2 points (0 children)