make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / global / radio.css
index 83d476b4ac3e99d284a98625832d9c509cccff09..686fd2606bcd4a0867f1912b671b8d9b4c5d720a 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 {
@@ -81,8 +81,11 @@ radio[focused="true"] > .radio-label-center-box > .radio-label-box {
 
 /* ..... disabled state ..... */
 
-
 radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
+  background-color: #CCD0DD;
+}
+
+radio[disabled="true"] {
   color: #999999;
 }
 
@@ -93,7 +96,8 @@ radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
   -moz-border-radius: 50%;
   width: 12px;
   height: 12px;
-  background-color: transparent;
+  background-color: #FFFFFF;
+  /* background-color: transparent; */
 }
 
 .radio-check-box2 {
@@ -104,7 +108,7 @@ radio[disabled="true"] > .radio-spacer-box > .radio-check-box1 {
   list-style-image: none;
 }
 
-radio:hover:active > .radio-check-box1 {
+radio:hover:active > .radio-spacer-box > .radio-check-box1 {
   border: 2px inset #CCD0DD;
 }