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

Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში. აქ არავინ უნდა მოგთხოვოთ ტელეფონზე დარეკვა, შეტყობინების გაგზავნა ან პირადი მონაცემების გაზიარება. რამე საეჭვოს შემჩნევისას გთხოვთ გვაცნობოთ „დარღვევის მოხსენებით“.

ვრცლად

Display grid lines in message list

  • 16 პასუხი
  • 0 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 34 ნახვა
  • ბოლოს გამოეხმაურა VLMin

We have poor eyesight, so in vertical display mode, we could really benefit from having grid lines (at least horizontally) to visually distinguish each message. We have read various solutions on the Internet, but none seems to work at least not in dark theme mode, which is the default for a great many people with vision impairments (or just plain tired eyes). Perhaps some solutions that once worked have been uprooted, so to speak, during the course of Thunderbird updates.

We are used to having grid lines in Outlook (desktop). We are currently exploring switching to Thunderbird, but it needs to support our vision needs. For us, this capability is fundamental, not optional.

We are comfortable making config entries, creating and working in userChrome.css, and the like. We would be grateful for any guidance in this regard.

Thank you kindly!

We have poor eyesight, so in vertical display mode, we could really benefit from having grid lines (at least horizontally) to visually distinguish each message. We have read various solutions on the Internet, but none seems to work at least not in dark theme mode, which is the default for a great many people with vision impairments (or just plain tired eyes). Perhaps some solutions that once worked have been uprooted, so to speak, during the course of Thunderbird updates. We are used to having grid lines in Outlook (desktop). We are currently exploring switching to Thunderbird, but it needs to support our vision needs. For us, this capability is fundamental, not optional. We are comfortable making config entries, creating and working in userChrome.css, and the like. We would be grateful for any guidance in this regard. Thank you kindly!

გადაწყვეტა შერჩეულია

You could use my code and replace "outline" with "border-bottom" . Sorry, I can't stand dark themes! The following code ....

tr[is="thread-row"] > td { border-bottom: 0.1px solid black !important; }

.... looks like that image in my TB

პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (16)

Try in userChrome.css:

table[is="tree-view-table"] td {

 border-bottom: solid 1px white !important;

}

ჩასწორების თარიღი: , ავტორი: Ed

გამოსადეგია?

Thank you, Ed. I tried this, but no lines in the message list. Does this code need to be preceded by a namespace statement, or something else?

გამოსადეგია?

No namespâce statement. Did you restart Thunderbird after adding Ed's code to your userChrome.css file? Try the following CSS code in your userChrome.css (works for me on macOS)

tr[is="thread-row"] > td { outline: 0.2px dotted black !important; }

გამოსადეგია?

Thank you, Mapenzi, this works. I changed dotted to solid and black to white, since I am using a dark theme.

Now, I would like only row separators, no column separators. I assume I have to replace "outline" with something else. Would that be "row"?

Also, the lines seem very thick/heavy. I tried reducing the pixel size to 0.01px, but to no avail. I am not using a very high-res monitor. Could that be a limitation, or is there a way to reduce the pixel size.

Again, thank you!

გამოსადეგია?

Well, now I returned to Ed's code, and it works. Apparently I had a commenting error farther down in the userChrome.css file. The lines are still a bit too thick/heavy; the ones in Outlook look better, but these are acceptable.

Thank you both!

გამოსადეგია?

Oh, Marpenzi, I still would be grateful to know what to replace "outline" with. :)

გამოსადეგია?

შერჩეული გადაწყვეტა

You could use my code and replace "outline" with "border-bottom" . Sorry, I can't stand dark themes! The following code ....

tr[is="thread-row"] > td { border-bottom: 0.1px solid black !important; }

.... looks like that image in my TB

გამოსადეგია?

Thank you, Mapenzi! We can work with this example. I can't imagine working without dark themes, and my colleague can't imagine working with them. Freedom is good! :)

Are we using some standard css syntax, or something specific to Mozilla, or …? We would like to become more proficient using css with Tbird and also Firefox.

გამოსადეგია?

VLMin said

Are we using some standard css syntax, or something specific to Mozilla, or …? We would like to become more proficient using css with Tbird and also Firefox.

I think this is standard. Some websites : https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_syntax/Syntax https://www.w3schools.com/css/css_syntax.ASP https://www.geeksforgeeks.org/css/css-outline/ https://www.sfu.ca/~tutor/techbytes/Dreamweaver/dw2.html https://brainstation.io/learn/html/css-syntax

გამოსადეგია?

You can't make a border less than 1px. Instead of white, try #e6e6e6 or #d9d9d9.

გამოსადეგია?

Ed said

You can't make a border less than 1px.

Are you sure, Ed? Here are two screen shots border-bottom 1px vs 0.2px ...

გამოსადეგია?

Thank you both.

Ed, nice softening of the white. I also gained some ground by changing the density setting.

Mapenzi, thank you for all those links. We will pursue them!

Withing you both a wonderful weekend!

გამოსადეგია?

Oops, that was supposed to be "wishing". :)

გამოსადეგია?

Mapenzi said

Ed said

You can't make a border less than 1px.

Are you sure, Ed? Here are two screen shots border-bottom 1px vs 0.2px ...

Less than 1px shows for me as 1px on Win11. Do you see the difference at https://jsbin.com/gugetixanu/1/edit?css,output (you may need to click the Output button)? I don't. Maybe depends on OS, DPI settings, density, etc.

ჩასწორების თარიღი: , ავტორი: Ed

გამოსადეგია?

It seems to depend on the OS and maybe even more on the display. I have an iMac Retina 4k screen 21.5" (4096 x 2304).

ჩასწორების თარიღი: , ავტორი: Mapenzi

გამოსადეგია?

I see no difference here, and I am using an older display, less than 1080p. So perhaps that explains what we are all seeing.

Have a great weekend, everyone, and again, many thanks!

გამოსადეგია?

დასვით კითხვა

უნდა შეხვიდეთ ანგარიშზე პასუხის დასაწერად. გთხოვთ, დასვათ ახალი შეკითხვა, თუ ჯერ არ გაქვთ ანგარიში.