start working on new version of Firefox LCARStrek theme by moving old theming to...
[themes.git] / LCARStrek / global / checkbox.css
index 7e79e66fecddf2b73b732012be303455deee3323..44908c40a0a1dc153ecadbcefd051ba7416753b6 100644 (file)
@@ -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;