Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

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

Customize colum width in tasks section with userChrome.css

  • 3 trả lời
  • 0 gặp vấn đề này
  • 145 lượt xem
  • Trả lời mới nhất được viết bởi Yu5tiqX9og
  • Đã lưu trữ

Hello,

is it possible to set the width of the columns in Thunderbird Task section using the userChrome.css? If so, what are the CSS commands for the columns?

I ask this question because with the help of the userChrome.css is it possible to set the width of the columns in the email list, like so for the "Date" column:

  1. dateCol {

max-width: 112px !important; min-width: 112px !important; }

Hello, is it possible to set the width of the columns in Thunderbird Task section using the userChrome.css? If so, what are the CSS commands for the columns? I ask this question because with the help of the userChrome.css is it possible to set the width of the columns in the email list, like so for the "Date" column: #dateCol { max-width: 112px !important; min-width: 112px !important; }

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

Yes, it is possible, as I have found out. In userChrome.css it is those columns:

  • .calendar-task-tree-col-categories
  • #calendar-task-tree-col-completed
  • .calendar-task-tree-col-percentcomplete
  • #calendar-task-tree-col-priority
  • .calendar-task-tree-col-title

But I need the IDs of the rest of the columns. Help please.

Maybe you can use Developer Toolbox to find the IDs and classes by yourself.

To open Developer Toolbox, the following steps might be helpful: "Tools" > "Developer Tools" > "Developer Toolbox" (or Ctrl + Shift + I).