updating firebird support to trunk, adding missed files
[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</bindings>