a few improvements seen in usage of the themes
[themes.git] / LCARStrek / global / checkbox.css
index 065d4dbe00a553d677e7c9ad7d83d4ae1e431111..44908c40a0a1dc153ecadbcefd051ba7416753b6 100644 (file)
@@ -65,7 +65,7 @@ checkbox {
 }
 
 .checkbox-icon[src] {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .checkbox-label {
@@ -74,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;
 }
 
@@ -92,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;