Этот сайт имеет ограниченную функциональность, пока мы проводим техническое обслуживание для улучшения его работы. Если какая-либо статья не решила вашу проблему и вы хотите задать вопрос, наше сообщество поддержки ждёт вас: @FirefoxSupport в Твиттере и /r/firefox на Reddit.

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

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

  • 3 ответа
  • 0 имеют эту проблему
  • 2 просмотра
  • Последний ответ от 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.

Все ответы (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/