Showing questions tagged: Show all questions
  • Solved
  • Archived

is there any way to hide the status bar (or pop-up) at the bottom left?

Hi, I'd like to get rid of the status bar at the bottom left corner. I know it goes away and it seems impossible to remove. But is there any way to remove it? I add an im… (read more)

Hi, I'd like to get rid of the status bar at the bottom left corner. I know it goes away and it seems impossible to remove. But is there any way to remove it? I add an image to show what I want to remove. Thanks in advance!

Asked by hyeseung97 3 years ago

Answered by cor-el 3 years ago

  • Solved
  • Archived

How do you remove the muted text and icon from the tabs?

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the … (read more)

I like to mute all of my tabs so they don't play annoying sounds. However a very annoying mute icon appears when I hover over it and the "muted" text is shown under the name. I tried adding to my userChrome.css:

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); .tab-icon-overlay[muted], .tab-icon-sound[muted] {

 display: none !important;

}

This only removes the muted icon, and when I hover over a tab its favicon disappears. I also tried changing browser.tabs.showAudioPlayingIcon as suggested in [answer] but it isn't an option anymore.

How do I remove it completely without changing the context menu item?

Asked by Anynomous 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Colour of header row in message pane, i.e Subject, Recipient etc.

Hi, I would like to highlight the column headers in the message pane, i.e Subject, Recipient, Date, Starred, Attachment etc. I am running Thunderbird 78.14 for 64-bit … (read more)

Hi, I would like to highlight the column headers in the message pane, i.e Subject, Recipient, Date, Starred, Attachment etc.

I am running Thunderbird 78.14 for 64-bit in Linux Mint 20.3. I am using the Dark Fox 2.1 Theme.

I have previously succeeded in getting the headers coloured using this in my css file:

  1. threadCols > treecol {
 -moz-appearance: none !important;
 background-image: none !important;
 background-color: #0084D1 !important;
 color: white !important;

font-size:17px !important; font-weight:bold !important; height: 30px !important; }

However, now it suddenly does not work anymore. Can anybody help me troubleshoot what to do to get the colour back? Thanks. Haagen

Asked by haagen.blomberg 1 year ago

Answered by sfhowes 1 year ago