even more fixes for LCARStrek 2.0a1
[themes.git] / LCARStrek / communicator / sidebar / sidebarBindings.xml
index 2495c6ef780ec5fd88d636efac0892495091f051..0d1ddae61b57caddeab23e9bb1d62a7ce2671912 100644 (file)
@@ -2,21 +2,18 @@
 
 <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 flex="1">
+        <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"/>
       </xul:hbox>
     </content>
   </binding>
-</bindings>          
+
+</bindings>
\ No newline at end of file