some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / 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:image class="sbtab-twisty" xbl:inherits="selected"/>
11 <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
12 <xul:spacer flex="1"/>
13 <xul:image class="sbtab-texture"/>
14 </content>
15 </binding>
16
17</bindings>