update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / communicator / sidebar / sidebarBindings.xml
... / ...
CommitLineData
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"
6 xmlns:xbl="http://www.mozilla.org/xbl">
7
8 <binding id="sbtab" extends="xul:button">
9 <content>
10 <xul:hbox flex="1">
11 <xul:image class="sbtab-twisty" xbl:inherits="selected"/>
12 <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
13 <xul:spacer flex="1"/>
14 <xul:image class="sbtab-texture"/>
15 </xul:hbox>
16 </content>
17 </binding>
18
19</bindings>