add about:config styling
[themes.git] / EarlyBlue / global / globalBindings.xml
CommitLineData
74d14f90 1<?xml version="1.0"?>
2
3<bindings id="globalBindings"
4 xmlns="http://www.mozilla.org/xbl"
f2450795 5 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 xmlns:xbl="http://www.mozilla.org/xbl">
74d14f90 7
f2450795 8 <binding id="radio" extends="chrome://global/content/bindings/radio.xml#radio">
74d14f90 9 <content>
f2450795 10 <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
74d14f90 11 <xul:hbox class="radio-check-box2" flex="1">
f2450795 12 <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
74d14f90 13 </xul:hbox>
14 </xul:hbox>
15 <xul:hbox class="radio-label-box" flex="1">
f2450795 16 <xul:image class="radio-icon" xbl:inherits="src"/>
17 <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
74d14f90 18 </xul:hbox>
19 </content>
20 </binding>
21
76983f4c 22 <binding id="radio-with-spacing"
23 extends="chrome://global/skin/globalBindings.xml#radio">
24
25 <content>
26 <xul:hbox class="radio-spacer-box">
27 <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
28 <xul:hbox class="radio-check-box2" flex="1">
29 <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
30 </xul:hbox>
31 </xul:hbox>
32 </xul:hbox>
33 <xul:hbox class="radio-label-center-box" flex="1">
34 <xul:hbox class="radio-label-box" flex="1">
35 <xul:image class="radio-icon" xbl:inherits="src"/>
36 <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
37 </xul:hbox>
38 </xul:hbox>
39 </content>
40 </binding>
41
e68e2f2b 42 <binding id="menulist-compact" display="xul:menu"
43 extends="chrome://global/content/bindings/menulist.xml#menulist">
44 <content sizetopopup="false">
45 <xul:hbox class="menulist-label-box" flex="1">
46 <xul:image class="menulist-icon" xbl:inherits="src"/>
47 <xul:label class="menulist-label" xbl:inherits="value=label,crop,accesskey" crop="right" flex="1"/>
48 </xul:hbox>
49 <children includes="menupopup"/>
50 </content>
51 </binding>
52
f2450795 53</bindings>