We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Context menus now have no borders

  • 3 个回答
  • 1 人有此问题
  • 3 次查看
  • 最后回复者为 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.
已附加屏幕截图

被采纳的解决方案

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;

}

定位到答案原位置 👍 0

所有回复 (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;

}

由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!

由bugzilla5于修改