Is there a a way to view again the description field by clicking on the gold star near the url (useful for typing memos on this site)?

In previous versions of Firefox, when you click on the star next to the url, you can add this site to your Favorites. Another click and you can edit some fields on this bookmark, URL, file, etc...

But with FF17, the Description field is gone. You can only find when you manage your bookmarks, which is really easy to use.

Is it possible to add again the description field by clicking on the gold star? It is very useful to add notes about this Web site, and it's also resynchronize it with addins like Xmarks

Add code to the file userChrome.css below default @namespace.

Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#editBMPanel_descriptionRow { visibility: visible !important; }

Tags: Firefox

Similar Questions

Maybe you are looking for