sync LCARStrek with the rest of the modifications in Firefox 10
[themes.git] / EarlyBlue / global / listbox.css
index 14b23564f4f2f3e951b0d5e24930278dca703279..898ec3628a27e693eb0c59f372c81aad892dc3e8 100644 (file)
@@ -49,11 +49,11 @@ listitem {
   border: 1px solid transparent;
 }
 
-listbox:focus > listitem[current="true"] {
+listbox:-moz-focusring > listitem[current="true"] {
   border: 1px dotted #9999CC;
 }
 
-listbox:focus > listitem[current="true"][selected="true"] {
+listbox:-moz-focusring > listitem[current="true"][selected="true"] {
   border: 1px dotted #666699;
 }
 
@@ -86,7 +86,7 @@ listheader[sortable="true"]:hover:active {
 }
 
 .listheader-icon {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .listheader-label {