Hello, I have already googled and found two sets of instructions for doing this via a userChrome.css file. But I could not get either to work.
So am I doing something wr… (emoñe’ẽve)
Hello, I have already googled and found two sets of instructions for doing this via a userChrome.css file. But I could not get either to work.
So am I doing something wrong or has the code changed? Or alternatively, is there another method for enabling the 'edit URL' box within the add / edit bookmarks editor?
Here's what I did:
I changed the about:config setting:
toolkit.legacyUserProfileCustomizations.stylesheets to true
I created a folder named "chrome" within my profile folder (the same profile folder that contains, for example, "places.sqlite").
Inside the chrome folder I placed a file named "userChrome.css" (and yes the file extension is "css" and not, for example, txt).
However, placeing either of the following two pieces of code inside this userChrome.css file did nothing (and yes Firefox was restarted after each change).
1st code:
/*** Reveal URL box in Add/Edit Bookmark drop-down ***/
- editBMPanel_locationRow[collapsed="true"]{
visibility: visible !important;
}
2nd code:
/*** Reveal URL box in Add/Edit Bookmark drop-down ***/
- editBMPanel_locationRow, #editBMPanel_keywordRow {
visibility: visible !important;
}