Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

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

Learn More

Thunderbird Supernova userChrome Not Working

  • 10 个回答
  • 0 人有此问题
  • 13 次查看
  • 最后回复者为 Nate

more options

I have some customizations in the usersChrome.css to change my inbox subject line size, as soon as Thunderbird upgraded itself to this new version none of my settings are working anymore. Yes 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to TRUE.

What happened?

This is a link to the old thread I started to implement these customizations: https://support.mozilla.org/en-US/questions/1333072

I have some customizations in the usersChrome.css to change my inbox subject line size, as soon as Thunderbird upgraded itself to this new version none of my settings are working anymore. Yes 'toolkit.legacyUserProfileCustomizations.stylesheets' is set to TRUE. What happened? This is a link to the old thread I started to implement these customizations: https://support.mozilla.org/en-US/questions/1333072

所有回复 (10)

more options

See this topic to change the line height in the Threads Pane in TB 115:

https://support.mozilla.org/en-US/questions/1423577

You can also try changing View/Density.

more options

Hey thanks,

So I am unable to find anything related to density in the settings, can you expand on this?

I tried following the new userChrome format but it did nothing, what am I missing here?



@namespace html url("http://www.w3.org/1999/xhtml");

/* threads pane line height */ html|tr[is="thread-row"] {

  height: 40px !important;}


  1. folderTree > treechildren {
font-size: 10pt !important;

}


  1. threadTree > treechildren {
font-size: 15pt !important;

}


  1. threadTree treechildren::-moz-tree-row {
height: 36px !important;
min-height: 36px !important;

}

more options

View/Density is on the Menu Bar (press Alt if it's hidden) and on the 3-bar AppMenu icon.

Try this to adjust the pane fonts:

/* folder pane font */
#folderPane {
font-size: 14pt !important;
}

/* threads pane font */
table[is="tree-view-table"]{
font-size: 14pt !important;
}
more options

Ohhh sorry yes I see it now, I had already played with the density before opening this thread.

So your suggestion is for the font size, that is not what I am trying to change. I want the line spacing changed, but your suggestion did not change it.

Tried using your font suggestion just to see if it does anything and even with font size 30 I see no changes. I do not believe the entire userChrome file does anything at all anymore.

由Nate于修改

more options

You already have the code for line height.

If the css isn't showing any effect, check that you have the userChrome.css file in the chrome folder of the active profile (Help/Troubleshooting, about:profiles, to manage profiles).

more options

Everything looks correct to you? @namespace looked weird to me?

Everything worked until Mozilla and their infinite wisdom decided to make this change upon version change. Would the upgrade have moved the file location? Did the upgrade create a second profile? Can I delete this second profile?

The userChrome is located in profile folder b8xpb7if.default-release and there are only two files in the other profile l61h0w8m.default (parent.lock and times.json)

由Nate于修改

more options

The userChrome.css file must be in the b8xpb7if.default-release/chrome folder, not the profile folder.

more options

I was not clear, the css is within the chrome folder, located inside the b8xpb7if.default-release folder.

more options

Right-click the file and check that the file type is CSS (.css).

more options

Yep its CSS