Bookmark separators in Firefox are too hard to see.
Separators in the bookmarks menu are very faint and it is difficult to quickly distinguish where my separations are.
Is there a fix that would make them easier to see? Possibly a bold dark line separation? Or in color as the Colorful Tabs extension does to make multiple open tabs easier to distinguish?
I think that would be a very appreciated add-on or upgrade by many people using Firefox. I know I certainly would like it.
Alterado por rj343 em
Todas as respostas (1)
- Locate your profile folder: profiles
- Create "chrome/" directory in your profile folder.
- Create userChrome.css file inside of "chrome/" with the following contents:
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ menuseparator {border:2px solid #440000 !important;-moz-appearance:none !important;}
- Restart Firefox.
- Pick a color instead of "#440000" using http://www.boallen.com/hex-color-code-generator.html
- Restart Firefox
Please let me know if this works for you.
Alterado por Svetlana em