rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / global / globalBindings.xml
index e7331b2cdd65ded3f2730073cc6952b91d9de6f4..95568c4d9aee5b7a4b4233baa9f2edbfc7f38f42 100755 (executable)
@@ -1,9 +1,22 @@
 <?xml version="1.0"?>
 
 <bindings id="globalBindings"
-          xmlns="http://www.mozilla.org/xbl"
-          xmlns:html="http://www.w3.org/1999/xhtml"
-          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+   xmlns="http://www.mozilla.org/xbl"
+   xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+  <binding id="radio" extends="chrome://global/content/bindings/radio.xml#radio">
+    <content>
+      <xul:hbox class="radio-check-box1" inherits="selected,checked,disabled">
+        <xul:hbox class="radio-check-box2" flex="1">
+          <xul:image class="radio-check" inherits="selected,checked,disabled"/>
+        </xul:hbox>
+      </xul:hbox>
+      <xul:hbox class="radio-label-box" flex="1">
+        <xul:image class="radio-icon" inherits="src"/>
+        <xul:label class="radio-label" inherits="xbl:text=label,accesskey,crop" flex="1"/>
+      </xul:hbox>
+    </content>
+  </binding>
 
 
   <binding id="statusbar" extends="xul:statusbar">
@@ -45,4 +58,3 @@
   </binding>
 
 </bindings>
-