mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 03:12:28 +01:00
31 lines
1.4 KiB
XML
31 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE bindings [
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
|
|
%globalDTD;
|
|
]>
|
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:liberator="http://vimperator.org/namespaces/liberator"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:xbl="http://www.mozilla.org/xbl"
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
|
<binding id="tab" display="xul:hbox"
|
|
extends="chrome://browser/content/tabbrowser.xml#tabbrowser-tab">
|
|
<content chromedir="ltr" closetabtext="Close Tab">
|
|
<xul:stack class="liberator-tab-stack">
|
|
<xul:image xbl:inherits="validate,src=image" class="tab-icon-image" liberator:highlight="TabIcon"/>
|
|
<xul:vbox>
|
|
<xul:spring flex="1"/>
|
|
<xul:label xbl:inherits="value=ordinal" liberator:highlight="TabIconNumber"/>
|
|
<xul:spring flex="1"/>
|
|
</xul:vbox>
|
|
</xul:stack>
|
|
<xul:label xbl:inherits="value=ordinal" class="hl-TabNumber"/>
|
|
<xul:label flex="1" xbl:inherits="value=label,crop,accesskey" class="tab-text" liberator:highlight="TabText"/>
|
|
<xul:toolbarbutton anonid="close-button" tabindex="-1" class="tab-close-button" liberator:highlight="TabClose"/>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|
|
|