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

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

Подробнее

New Email Bold Color in Dark Mode

  • 2 ответа
  • 0 имеют эту проблему
  • 4 просмотра
  • Последний ответ от crud4

more options

Hi, I use Dark Mode in TB. The Unread messages in the Inbox show bolded in White (not that easy to identify) and I would like to have them show a different bolded color .... until they are read.

Any ideas welcome ........... & thank you for your help ............. Joe

Hi, I use Dark Mode in TB. The Unread messages in the Inbox show bolded in White (not that easy to identify) and I would like to have them show a different bolded color .... until they are read. Any ideas welcome ........... & thank you for your help ............. Joe

Все ответы (2)

more options

This can be done with css, depending on whether you use Table or Cards View:

Table View:

tr[is="thread-row"][data-properties~="unread"] {
      color: red !important;
      font-size: 14px !important;
   }


For Cards View:

tr[is="thread-card"][data-properties~="unread"] :is(.sender,.subject,.date) {
      color: red !important;
      font-size: 14px !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. The font-size line can be modified or removed, and you can choose to remove any of the subject, sender and date parts in the Cards code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Полезно?

more options

Thank you .............. I will give it a whirl... Joe

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.