Syling of the left panel tree?
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?
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?