Showing questions tagged: Show all questions
  • Archived

Color of messages in the message pane

I have Windows 11 and have a yellow on black theme. In Thunderbird I have the Dark theme. The Folders in the folder pane are white. However, the messages in the message l… (read more)

I have Windows 11 and have a yellow on black theme. In Thunderbird I have the Dark theme.

The Folders in the folder pane are white. However, the messages in the message list pane are yellow.

What code can I put in the userChrome.css to make them white?

Asked by emfril 1 year ago

Last reply by Info team 1 year ago

Remove "Add Tab to New Group" item from Tab Context Menu

Hi All, I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item. I was using… (read more)

Hi All,

I would like to remove the first item from the Tab Context Menu, which is "Add Tab to New Group", and simply have "Reload Tab" as the first menu item.

I was using this code, which worked in FF 145, until the latest update (FF 147)...

#context_openANewTab,
#context_moveTabToNewGroup,
#context_moveTabToGroup,
#context_ungroupTab + menuseparator {
   display: none !important;
}

However, now there is an extra separator line at the top of the menu (see attached images).

This code also removes the top menu item, but still leaves the separator line on top:

#tabContextMenu #context_moveTabToNewGroup {
  display: none !important;
}


Is there a way to remove the first menu item without adding the separator line?

Thanks!

Asked by Slouch 2 weeks ago

Last reply by Slouch 2 weeks ago