update with classic theme development, keep about:plugins compatible for 1.7 release
[themes.git] / EarlyBlue / global / globalBindings.xml
... / ...
CommitLineData
1<?xml version="1.0"?>
2
3<bindings id="globalBindings"
4 xmlns="http://www.mozilla.org/xbl"
5 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
6 xmlns:xbl="http://www.mozilla.org/xbl">
7
8 <binding id="radio" extends="chrome://global/content/bindings/radio.xml#radio">
9 <content>
10 <xul:hbox class="radio-check-box1" xbl:inherits="selected,checked,disabled">
11 <xul:hbox class="radio-check-box2" flex="1">
12 <xul:image class="radio-check" xbl:inherits="selected,checked,disabled"/>
13 </xul:hbox>
14 </xul:hbox>
15 <xul:hbox class="radio-label-box" flex="1">
16 <xul:image class="radio-icon" xbl:inherits="src"/>
17 <xul:label class="radio-label" xbl:inherits="xbl:text=label,accesskey,crop" flex="1"/>
18 </xul:hbox>
19 </content>
20 </binding>
21
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
42</bindings>