Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm
Mở

Starred emails indication

sfhowes đã trả lời
johannes

Is it possible to change the appears of the header of starred emails? Unread are bold but can I set starred to italic?

Is it possible to change the appears of the header of starred emails? Unread are bold but can I set starred to italic?

Tất cả các câu trả lời (3)

To make the text italic for starred messages, add this to userChrome.css:

/* italics for starred */
tr[is="thread-card"][data-properties~="flagged"] .sender{
  font-style: italic !important;
}

tr[is="thread-row"][data-properties~="flagged"]{
  font-style: italic !important;
}


The first part makes the sender italic in Cards View, while the second makes the message list header italic in Table View.

Help/Troubleshooting Info, Profile Folder, Open Directory (Win: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. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video: How to create a css file (Firefox or TB)

I opened the "Profile directory" (which was called "/home/j/.thunderbird/2m0gjpw5.default-esr/" in my case, can that be?🤷) Created a file called "userChrome.css" 👍 and pasted the styles closed and reopend thunderbird but nothing really happened👎.

In the devtools I see the <td> flashing when I (un)star an email but no data- or classes added.

Được chỉnh sửa bởi johannes vào

Did you toggle the Config. editor setting? Did you place the css file in the chrome subfolder of the profile? The code works here on W11.

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.