update both themes for global winstripe changes up to 2010-12-30
[themes.git] / EarlyBlue / global / checkbox.css
index 92f25063d4e6d5913d0c657a9b8177ee7de8e048..7ca3b2d7898a9a0595d682aef37e88d36c5e0bed 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
+/* ===== checkbox.css ===================================================
+  == Styles used by the XUL checkbox element.
+  ======================================================================= */
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* stylesheet for XUL <checkbox> element */
+/* ::::: checkbox ::::: */
 
-/* default checkbox for dialogs */
-/* outer frame */
 checkbox {
   margin: 1px 2px;
   border-left: 1px transparent;
@@ -62,7 +64,7 @@ checkbox {
 }
 
 .checkbox-icon[src] {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .checkbox-label {
@@ -71,14 +73,14 @@ checkbox {
 
 /* ..... focused state ..... */
 
-checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
+checkbox:-moz-focusring > .checkbox-label-center-box > .checkbox-label-box {
   border: 1px dotted #9999CC;
 }
 
 /* ..... disabled state ..... */
 
 checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
-  background-color: -moz-Dialog;
+  background-color: #CCD0DD;
 }
 
 checkbox[disabled="true"] {
@@ -95,7 +97,7 @@ checkbox[disabled="true"] {
 }
 
 checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
-  background-color: transparent;
+  background-color: #CCD0DD;
 }
 
 /* ..... checked state ..... */