remove general background color for resizers
[themes.git] / LCARStrek / global / checkbox.css
index d83141be3c421089b2b76b3dd1f4f0fff83d5b29..7e79e66fecddf2b73b732012be303455deee3323 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 ::::: */
 
 checkbox {
   margin: 1px 2px;
@@ -61,7 +65,7 @@ checkbox {
 }
 
 .checkbox-icon[src] {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .checkbox-label {
@@ -78,6 +82,7 @@ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
 
 checkbox[disabled="true"] > .checkbox-spacer-box > .checkbox-check {
   border: 1px solid #8050B0 !important;
+  background-color: #000000;
 }
 
 checkbox[disabled="true"] {
@@ -97,6 +102,7 @@ checkbox[disabled="true"] {
 checkbox:hover > .checkbox-spacer-box > .checkbox-check,
 checkbox:hover:active > .checkbox-spacer-box > .checkbox-check {
   border: 1px solid #FFCF00;
+  background-color: #000000;
 }
 
 checkbox:hover > .checkbox-label-center-box > .checkbox-label-box,