搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Read Status Green dot is Too Small

  • 2 回覆
  • 0 有這個問題
  • 最近回覆由 reg30

more options

I just updated to Thunderbird 128.1.1esr and now the green read status dot seems smaller. Or maybe my eyes are getting too old. Either way I need a way to increase the size of the dot.

It used to be that when the row showing the active message was greyed over to indicate the active message the green would disappear but the dot still showed some shading that indicated the current letter was unread. Now I can't see any difference between read and unread. And it's tougher to select the smaller dot with my mouse.

I tried using the Aris-t2 Github userchrome modification for CSS but I'm not sure what to change for such a specific goal as making the green read status dot bigger.

Any help would be greatly appreciated.

I just updated to Thunderbird 128.1.1esr and now the green read status dot seems smaller. Or maybe my eyes are getting too old. Either way I need a way to increase the size of the dot. It used to be that when the row showing the active message was greyed over to indicate the active message the green would disappear but the dot still showed some shading that indicated the current letter was unread. Now I can't see any difference between read and unread. And it's tougher to select the smaller dot with my mouse. I tried using the Aris-t2 Github userchrome modification for CSS but I'm not sure what to change for such a specific goal as making the green read status dot bigger. Any help would be greatly appreciated.
附加的畫面擷圖

所有回覆 (2)

more options

The read status button can be enlarged with css:

.tree-view-row-unread {

  & button {
  color: var(--tree-view-color);
  opacity: 0.8;

    &:hover {
      opacity: 1;
    }
  }

  & img {
    content: var(--icon-dot);
    pointer-events: none;
    fill: color-mix(in srgb, currentColor 10%, transparent);
    stroke: color-mix(in srgb, currentColor 30%, transparent);
    width: 24px !important;
    height: 24px !important;
  }
}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

See the attached pictures that show the default and modified buttons. All I did to the built-in code was to add height and width numbers.

有幫助嗎?

more options

Thank you, you made my day.

有幫助嗎?

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題