f6e0a33f |
1 | <?xml version="1.0"?> |
2 | |
3 | <bindings id="sidebarBindings" |
4 | xmlns="http://www.mozilla.org/xbl" |
f2450795 |
5 | xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
6 | xmlns:xbl="http://www.mozilla.org/xbl"> |
74d14f90 |
7 | |
8 | <binding id="sbtab" extends="xul:button"> |
f6e0a33f |
9 | <content> |
f2450795 |
10 | <xul:image class="sbtab-twisty" xbl:inherits="selected"/> |
76983f4c |
11 | <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/> |
74d14f90 |
12 | <xul:spacer flex="1"/> |
13 | <xul:image class="sbtab-texture"/> |
f6e0a33f |
14 | </content> |
15 | </binding> |
74d14f90 |
16 | |
f2450795 |
17 | </bindings> |