Showing questions tagged: Show all questions
  • Solved
  • Archived

Bookmarks Sorting

Hi, My bookmarks in Firefox Android are not sorted as they are with my Firefox Linux and Firefox Windows. The problem started about 4 to 8 weeks ago. What needs to happ… (read more)

Hi,

My bookmarks in Firefox Android are not sorted as they are with my Firefox Linux and Firefox Windows. The problem started about 4 to 8 weeks ago.

What needs to happen to have Firefox Android sort my bookmarks the same way as my Firefox Linux and Firefox Windows, please?


Thanks, Stephen

Asked by Stephen H. Dawson 9 months ago

Answered by TyDraniu 9 months ago

  • Solved
  • Archived

Change Menu Item Order of the Bookmarks Context Menu

I would like to swap the order of the first 2 items on the Bookmarks Context Menu - that is "Open in New Tab" should be second, and "Open in New Window" should be first. … (read more)

I would like to swap the order of the first 2 items on the Bookmarks Context Menu - that is "Open in New Tab" should be second, and "Open in New Window" should be first.

I'm able to do this on the "regular" context menu with the following code...

#context-openlink { 
   order: -1;
}

But I cannot find the correct selector for the Bookmarks Context menu (see attached image).

I have tried code (to no avail) such as the following...

#placesContext-openlink { 
   order: -1;
}
#BMB_bookmarksPopup-openlink { 
   order: -1;
}

Any help is appreciated!

Thanks.

Asked by Slouch 10 months ago

Answered by jscher2000 - Support Volunteer 10 months ago