this post was submitted on 14 Nov 2024
5 points (100.0% liked)
Firefox Customs
2 readers
3 users here now
Post your unsupported Firefox customizations here!
From the makers of r/FirefoxCSS
Links
Related
Rules
- Posts must have flair!
- Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
- Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
- When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
- Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What window you want to affect? It sounds it must be something other than items in bookmarks toolbar since you mention browser toolbox not showing it. Regardless, you can change the document that the toolbox should target using the "select iframe" button.
Also, the code you posted wouldn't work anyway for hovering because it is missing a colon for
:hover
pseudo-class.This is what I see in the Browser Toolbox :
https://imgur.com/xW8u76T
Unless I'm missing something, that looks pretty much as it should be. What's wrong with it?
Thanks. I tried selecting every category and nothing pointed to the bookmark items. They are all folders and are on the menu bar, as are the toolbar buttons. I did find what seems to be the set of toolbar buttons but the following code has no effect on the hover colour :
#mainPopupSet { --toolbar-field-focus-background-color: #6495ed !important; }
I think you should take a screenshot that shows the thing you are trying to change background color of, because currently I have no idea what it might be.