316
edits
(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< | 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> | ||
edits