start working on new version of Firefox LCARStrek theme by moving old theming to...
[themes.git] / LCARStrek / global / checkbox.css
index d83141be3c421089b2b76b3dd1f4f0fff83d5b29..44908c40a0a1dc153ecadbcefd051ba7416753b6 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 {
@@ -70,7 +74,7 @@ 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 #008484;
 }
 
@@ -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"] {
@@ -87,7 +92,7 @@ checkbox[disabled="true"] {
 /* ::::: checkmark image ::::: */
 
 .checkbox-check {
-  -moz-border-radius: 2px;
+  border-radius: 2px;
   border: 1px solid #FF9F00;
   width: 12px;
   height: 12px;
@@ -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,