update EarlyBlue to recent changes
[themes.git] / EarlyBlue / communicator / sidebar / sidebarBindings.xml
CommitLineData
f6e0a33f 1<?xml version="1.0"?>
2
3<bindings id="sidebarBindings"
4 xmlns="http://www.mozilla.org/xbl"
5 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
74d14f90 6
7 <binding id="sbtab" extends="xul:button">
f6e0a33f 8 <content>
74d14f90 9 <xul:image class="sbtab-twisty" inherits="selected"/>
10 <xul:label class="sbtab-label" inherits="value=label" crop="right"/>
11 <xul:spacer flex="1"/>
12 <xul:image class="sbtab-texture"/>
f6e0a33f 13 </content>
14 </binding>
74d14f90 15
f840e302 16</bindings>