some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / sidebar / sidebarBindings.xml
index b0029552bef809f52d05495891eb9683b0078ff7..920cab85116a4890b60a16704f4825c9fbb8a8f2 100644 (file)
@@ -2,15 +2,16 @@
 
 <bindings id="sidebarBindings"
           xmlns="http://www.mozilla.org/xbl"
-          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+          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:image class="sbtab-twisty" inherits="selected"/>
-      <xul:label class="sbtab-label" inherits="value=label" crop="right"/>
+      <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