some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / sidebar / sidebarBindings.xml
index dccc1188dbd6907844b1ac501ac094c182eefcd4..920cab85116a4890b60a16704f4825c9fbb8a8f2 100644 (file)
@@ -2,21 +2,16 @@
 
 <bindings id="sidebarBindings"
           xmlns="http://www.mozilla.org/xbl"
-          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-  
-  <binding id="panelheader" extends="xul:button">
+          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+          xmlns:xbl="http://www.mozilla.org/xbl">
+
+  <binding id="sbtab" extends="xul:button">
     <content>
-      <xul:hbox class="panelheader-box-1" inherits="selected" flex="1">
-        <xul:hbox class="panelheader-box-2" align="center" flex="1">
-          <xul:image class="panelheader-grippy-icon" inherits="selected"/>
-          <xul:image class="panelheader-image" inherits="src"/>
-          <xul:vbox flex="1">
-            <xul:label class="panelheader-icon" inherits="value=label" crop="right"/>
-          </xul:vbox>
-          <xul:spacer flex="1"/>
-        </xul:hbox>
-        <xul:hbox class="panelheader-texture"/>
-      </xul:hbox>
+      <xul:image class="sbtab-twisty" xbl:inherits="selected"/>
+      <xul:label class="sbtab-label" xbl:inherits="value=label,accesskey" crop="right"/>
+      <xul:spacer flex="1"/>
+      <xul:image class="sbtab-texture"/>
     </content>
   </binding>
-</bindings>
+
+</bindings>
\ No newline at end of file