Thunderbird/Add-ons Guide 57: Difference between revisions

Jump to navigation Jump to search
Fixed condition for customizeToolbar.xul
(Added paragraph re. TB 59 and TB 60.)
(Fixed condition for customizeToolbar.xul)
Line 77: Line 77:
* The bindings for the toolbar customization have moved from "global" to "messenger". If your add-on has customizable icons, please modify your chrome.manifest as shown below:
* The bindings for the toolbar customization have moved from "global" to "messenger". If your add-on has customizable icons, please modify your chrome.manifest as shown below:
<pre>
<pre>
style chrome://global/content/customizeToolbar.xul    chrome://.../skin/... .css appversion<=58.0b3
style chrome://global/content/customizeToolbar.xul    chrome://.../skin/... .css appversion<59.0a1
style chrome://messenger/content/customizeToolbar.xul chrome://.../skin/... .css appversion>=59.0a1
style chrome://messenger/content/customizeToolbar.xul chrome://.../skin/... .css appversion>=59.0a1
</pre>
</pre>
316

edits

Navigation menu