Join the AMA (Ask Me Anything) with Firefox leadership team to talk about Firefox priorities in 2024. Mark your calendar! Thursday, June 13, 17:00 - 19:00 UTC.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

Adding background color or other visual differentiation to email-list column headings

  • 3 svar
  • 0 har detta problem
  • 38 visningar
  • Senaste svar av sfhowes

more options

I would like an option or add-on to make the [Legacy Table] email-list column headings (Tag... From... Subject... Etc.) more visually distinct. As is, they look exactly the same as a read message -- same font, not bold, no color, etc. I support some very inexperienced Thunderbird users, and they have a distressing tendency of accidentally clicking on a column heading, which changes the email-list's sort order -- and often confuses them. I'm thinking that if the column headings had a background color tint (the specific color doesn't matter), it would make it more obvious that the heading row is not just another message. Taking the idea one step further, if the color for the selected sort-order column was a darker shade than the other columns, it might even be more obvious that the headings are in fact a *control*, not just another read message.

I would like an option or add-on to make the [Legacy Table] email-list column headings (Tag... From... Subject... Etc.) more visually distinct. As is, they look exactly the same as a read message -- same font, not bold, no color, etc. I support some very inexperienced Thunderbird users, and they have a distressing tendency of accidentally clicking on a column heading, which changes the email-list's sort order -- and often confuses them. I'm thinking that if the column headings had a background color tint (the specific color doesn't matter), it would make it more obvious that the heading row is not just another message. Taking the idea one step further, if the color for the selected sort-order column was a darker shade than the other columns, it might even be more obvious that the headings are in fact a *control*, not just another read message.

Alla svar (3)

more options

I attached a mockup of how it might look...

more options

This can be done with css:

#subjectColButton, #correspondentColButton, #dateColButton, #attachmentColButton {
  background-color: #87CEFA !important;
  font-weight: bold !important;
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colour as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

To change the colour of the column picker:

@namespace html url("http://www.w3.org/1999/xhtml");

html|th[is="tree-view-table-column-picker"] {
  background-color: #87CEFA !important; 
}


You can of course add other columns or have different colours for different columns. See attached picture.

more options

Geoff Walker said

I support some very inexperienced Thunderbird users, and they have a distressing tendency of accidentally clicking on a column heading, which changes the email-list's sort order -- and often confuses them.

See https://addons.thunderbird.net/en-us/thunderbird/addon/no-message-pane-sort-by-mouse/versions/