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

How do I get rid of the new icons?

  • 7 trả lời
  • 2 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi sfhowes

more options

The new icons take up too much space on the Thunderbird screen. I can read the labels just fine, I don't need fancy graphics.

How do I get rid of the new icons and have text only?

Thanks for your help!

The new icons take up too much space on the Thunderbird screen. I can read the labels just fine, I don't need fancy graphics. How do I get rid of the new icons and have text only? Thanks for your help!

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

more options

If you mean the icons on the Mail Toolbar, right-click the bar, Customize... and choose Text in the Show menu.

more options

Thanks! That solved part of my irritation.

But I really want to know how to get rid of the icons beside: Inbox Drafts Sent Etc.

I feel like Thunderbird thinks I don't know how to read.

more options

Add this code to a userChrome.css file:

/* Folder pane icons */
#folderTree treechildren::-moz-tree-image {
list-style-image: none !important; }

/* Reduce vertical alignment display width */
#folderTree treechildren::-moz-tree-indentation {
width: 1px !important;
}

See attached picture.

Help/Troubleshooting, 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 numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Options/General/Config. editor, restart TB.

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

more options

Thanks for your reply, but that was waaaay over my head. I don't use Chrome for anything, so I'm pretty sure I don't have a userChrome.css file.

I was really hoping for a hidden button in Options or in Tools.

Am I out of luck? Could I put in a request somewhere?

more options

This has nothing to do with the Chrome browser. You have to create a chrome folder and a userChrome.css file, according to the instructions.

I don't think there's anywhere to make a request, as the css method has been the standard approach since TB and Firefox were first released.

more options

I am still waiting for the customization button option to get rid of the useless and annoying icons too. If it can be done for one tool bar, why not the entire layout? I do not understand why this change was made without an option to avoid it or repair the damage. It has meant that my email expansion now occupies more than one page, requiring scrolling, solely due to the icons. The spacing in email lists is also a problem that I need a solution to. I am not comfortable making registry entries.

more options

Spacing in the Folders and Threads panes can be adjusted with another css entry:

https://support.mozilla.org/en-US/questions/1310152