adopting to recent XUL changes
[themes.git] / LCARStrek / skin / LCARStrek / global / radio.css
index c56198c4c392d2aa7f0ceaabacf96afbf24a4c73..d925f2ea0a8ab8dbb0c663a56269b96af1dd3ac7 100644 (file)
@@ -12,8 +12,9 @@
       border              : 1px solid #FF9F00;
       -moz-border-radius  : 50%;
       margin              : 0px 2px 0px 0px;
-      width               : 11px;
-      height              : 11px;
+      padding             : 1px;
+      width               : 10px;
+      height              : 10px;
     }
 
   .radio-checkmark-box-1[disabled="true"]
   .radio-checkmark-box-2
     {
       -moz-border-radius  : 50%;
-      padding             : 2px;
-      width               : 10px;
-      height              : 10px;
+      padding             : 1px;
+      width               : 8px;
+      height              : 8px;
+      min-width           : 8px;
+      min-height          : 8px;
     }  
 
   /* ensure that no list-style-image is inherited in from the Outside */
       list-style-image    : none;
     }
 
-  .radio-check[checked="true"]
+  .radio-check[selected="true"]
     {
       list-style-image    : url(chrome://global/skin/check-radio.gif);
     }
   
-  .radio-check[checked="true"][disabled="true"]
+  .radio-check[selected="true"][disabled="true"]
     {
       list-style-image    : url(chrome://global/skin/check-radio-disabled.gif);
     }
@@ -90,8 +93,4 @@
   .radio-internal-box
     {
       -moz-user-focus     : ignore;
-    }    
-
-
-
-
+    }