This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

ابحث في الدعم

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.

Learn More

Context menus now have no borders

  • 3 ردود
  • 1 has this problem
  • 3 views
  • آخر ردّ كتبه bugzilla5

more options

Running thunderbird 101.0b1

Context menus (right click menus) have no visible borders and are indistinguishable from the email body.

Image is attached.

Running thunderbird 101.0b1 Context menus (right click menus) have no visible borders and are indistinguishable from the email body. Image is attached.
Attached screenshots

الحل المُختار

Okay I've discovered that if you use the 'light' theme the user experience is basically black on white with no differentiation of anything.

I switched to the 'system' theme to get menu borders back and then had to clean up some stuff in userchrome to stop my screen from being a sea of white.

There are:

No alternating-background-colour rows in either in the folderview or message view. It's just text and white.

No menu borders.

No context borders.

It's just black text on white.

Stop doing this. Nobody likes it. If you don't want to distinguish rows with alternating background colours then use semitransparent borders. Use something. Create borders between context areas such as menus and non-menu text.

This *weird thing* where everything is just black text on white with no context borders anywhere on the page is just terrible terrible terrible UI. Take it back to where you found it.

userchrome.css: (remove the backslashes if you're pasting - this matches the system or light theme)

treecol, .treecol-image { -moz-appearance: none !important; border-bottom: 1px solid black !important; background-color: #D1D1D1 !important; }

\#folderTree > treechildren::-moz-tree-row(odd) {

 	background-color: #F0F3F7 !important;

}

\#folderTree > treechildren::-moz-tree-row(selected) {

 	background-color: #2292D0 !important;

}

\#threadTree > treechildren::-moz-tree-row(odd) {

 	background-color: #F0F3F7 !important;

}

\#threadTree > treechildren::-moz-tree-row(selected) {

 	background-color: #2292D0 !important;

}

Read this answer in context 👍 0

All Replies (3)

more options

الحل المُختار

Okay I've discovered that if you use the 'light' theme the user experience is basically black on white with no differentiation of anything.

I switched to the 'system' theme to get menu borders back and then had to clean up some stuff in userchrome to stop my screen from being a sea of white.

There are:

No alternating-background-colour rows in either in the folderview or message view. It's just text and white.

No menu borders.

No context borders.

It's just black text on white.

Stop doing this. Nobody likes it. If you don't want to distinguish rows with alternating background colours then use semitransparent borders. Use something. Create borders between context areas such as menus and non-menu text.

This *weird thing* where everything is just black text on white with no context borders anywhere on the page is just terrible terrible terrible UI. Take it back to where you found it.

userchrome.css: (remove the backslashes if you're pasting - this matches the system or light theme)

treecol, .treecol-image { -moz-appearance: none !important; border-bottom: 1px solid black !important; background-color: #D1D1D1 !important; }

\#folderTree > treechildren::-moz-tree-row(odd) {

 	background-color: #F0F3F7 !important;

}

\#folderTree > treechildren::-moz-tree-row(selected) {

 	background-color: #2292D0 !important;

}

\#threadTree > treechildren::-moz-tree-row(odd) {

 	background-color: #F0F3F7 !important;

}

\#threadTree > treechildren::-moz-tree-row(selected) {

 	background-color: #2292D0 !important;

}

Modified by bugzilla5

more options

Use the system theme if you prefer a border. Otherwise, I think it's a design change and some will say it's cleaner without the border. I'm not defending it, but that's what it seems to be.

more options

david said

I'm not defending it, but that's what it seems to be.

I really do wonder these days. I really do.

Look even at this website for an example. I've selected a 'chosen solution' and the site has encased that in box to hilight and bring attention to it, to differentiate it. Shows a clear understanding of the use and benefit of borders and differentiation. Between this reply and your reply? A horizontal border.

In the programs themselves? Nothing!

Modified by bugzilla5