third and last part of syncing LCARStrek with Firefox 51 browser windows theme changes
[themes.git] / LCARStrek / global / checkbox.css
index 3a60c41cf4ad0f034c94efcd63a55f08c30c9746..c750a880157116d357d518ea287520a01bfe7981 100644 (file)
@@ -32,7 +32,7 @@ checkbox {
 }
 
 .checkbox-icon[src] {
-  -moz-margin-end: 2px;
+  margin-inline-end: 2px;
 }
 
 .checkbox-label {
@@ -70,7 +70,7 @@ checkbox[disabled="true"] > .checkbox-label-center-box > .checkbox-label-box {
 }
 
 checkbox > .checkbox-check {
-  -moz-margin-end: 4px;
+  margin-inline-end: 4px;
 }
 
 checkbox:not([disabled="true"]):hover > .checkbox-check,
@@ -102,7 +102,7 @@ checkbox[checked="true"]:hover:active > .checkbox-spacer-box > .checkbox-check {
 }
 
 checkbox[checked="true"][disabled="true"] .checkbox-check,
-checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check {
+checkbox[checked="true"][disabled="true"] > .checkbox-spacer-box > .checkbox-check {
   background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif") !important;
 }