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!

Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Syling of the left panel tree?

  • 1 件の返信
  • 0 人がこの問題に困っています
  • 16 回表示
  • 最後の返信者: sfhowes

more options

Hello everyone,

Up until 115 I was able to style the left panel tree to my liking e.g

  1. folderTree > treechildren::-moz-tree-line { visibility: visible !important; }
  2. folderTree > treechildren::-moz-tree-cell-text { font-family: sans-serif  !important; }
  3. folderTree > treechildren::-moz-tree-twisty { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/plus.gif) !important; padding: 0 0px !important; }
  4. folderTree > treechildren::-moz-tree-twisty(open) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/minus.gif) !important; padding: 0 0px !important; }
  5. folderTree > treechildren::-moz-tree-twisty(selected) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/plus.gif)  !important; padding: 0 0px !important; }
  6. folderTree > treechildren::-moz-tree-twisty(open,selected) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/minus.gif) !important; padding: 0 0px !important; }
  7. folderTree > treechildren::-moz-tree-indentation { width: -35px !important; }

Now all my customizations are lost. Anybody knows the new incantations required to make the left panel tree change appearance?

Hello everyone, Up until 115 I was able to style the left panel tree to my liking e.g #folderTree > treechildren::-moz-tree-line { visibility: visible !important; } #folderTree > treechildren::-moz-tree-cell-text { font-family: sans-serif !important; } #folderTree > treechildren::-moz-tree-twisty { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/plus.gif) !important; padding: 0 0px !important; } #folderTree > treechildren::-moz-tree-twisty(open) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/minus.gif) !important; padding: 0 0px !important; } #folderTree > treechildren::-moz-tree-twisty(selected) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/plus.gif) !important; padding: 0 0px !important; } #folderTree > treechildren::-moz-tree-twisty(open,selected) { list-style-image: url(file:///somepath/.thunderbird/myprofile.default/chrome/images/minus.gif) !important; padding: 0 0px !important; } #folderTree > treechildren::-moz-tree-indentation { width: -35px !important; } Now all my customizations are lost. Anybody knows the new incantations required to make the left panel tree change appearance?

すべての返信 (1)

more options