Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

We’ve made the tough decision to shut down Monitor Plus on December 17, 2025. This means the data broker scan and automated removal service will no longer be available for Monitor Plus and Privacy Protection Plan customers. For more information, see the article Monitor Plus is shutting down – what you need to know.

ค้นหาฝ่ายสนับสนุน

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

เรียนรู้เพิ่มเติม

Customize colum width in tasks section with userChrome.css

  • 3 การตอบกลับ
  • 0 คนมีปัญหานี้
  • 19 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย Yu5tiqX9og

more options

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; }

การตอบกลับทั้งหมด (3)

more options

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
more options

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

more options

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).

ถามคำถาม

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.