switch chatzilla theme files to MPL2 as the original files switched for the themes...
[themes.git] / LCARStrek / global / radio.css
index d030ce24ac86677ae160520e34ae795c9affd823..5ad2ab750e6acc7a11063f464dd6089c607f99f0 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
 /* ===== radio.css ===================================================
   == Styles used by the XUL radio element.
   ======================================================================= */
 
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
+
 /* ::::: radio ::::: */
 
 radio {
@@ -66,7 +66,7 @@ radio {
 }
 
 .radio-icon[src] {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .radio-label {
@@ -82,6 +82,10 @@ radio[focused="true"] > .radio-label-center-box > .radio-label-box {
 /* ..... disabled state ..... */
 
 radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
+  background-color: #000000;
+}
+
+radio[disabled="true"] {
   color: #8050B0;
 }
 
@@ -91,14 +95,15 @@ radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
 /*  -moz-box-align: center;
   -moz-box-pack: center; */
   border: 1px solid #FF9F00;
-  -moz-border-radius: 50%;
+  border-radius: 50%;
   width: 10px;
   height: 10px;
-  background-color: transparent;
+  background-color: #000000;
+  /* background-color: transparent; */
 }
 
 .radio-check-box2 {
-  -moz-border-radius: 50%;
+  border-radius: 50%;
   padding: 1px;
   width: 8px;
   height: 8px;