Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<bindings id="toolbarBindings"
<binding id="toolbar-primary"
<content>
<xul:toolbargrippy xbl:inherits="last-toolbar,hidden=grippyhidden"
tbattr="toolbar-grippy" class="toolbar-primary-grippy"/>
<xul:hbox class="toolbar-holder toolbar-primary-holder" flex="1" xbl:inherits="mode,iconsize,labelalign">
<xul:image class="toolbar-primary-icon" xbl:inherits="mode,iconsize,labelalign"/>
<xul:hbox class="toolbar-button-box" flex="1">
<children/>
</xul:hbox>
</xul:hbox>
</content>
</binding>
<binding id="toolbargrippy-primary"
<content>
<xul:image class="toolbargrippy-arrow"/>
<xul:image class="toolbargrippy-texture" flex="1"/>
</content>
</binding>
</bindings>