make menubar hiding work correctly in FF4
[themes.git] / LCARStrek / global / listbox.css
index e0f27f6147b1c39224e0368eaa140f8cd9beb36c..2f5a6d3cf7f5dfb6e31e5525b2bb8439bb389351 100644 (file)
@@ -32,7 +32,7 @@
 /* ::::: listbox ::::: */
 
 listbox {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   margin: 1px 2px;
   padding: 0px;
   border: 1px solid #9C9CFF;
@@ -51,11 +51,11 @@ listitem {
   border: 1px solid transparent;
 }
 
-listbox:focus > listitem[current="true"] {
+listbox:-moz-focusring > listitem[current="true"] {
   border: 1px dotted #FF9F00;
 }
 
-listbox:focus > listitem[current="true"][selected="true"] {
+listbox:-moz-focusring > listitem[current="true"][selected="true"] {
   border: 1px dotted #FF9F00;
 }
 
@@ -88,7 +88,7 @@ listheader[sortable="true"]:hover:active {
 }
 
 .listheader-icon {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
 }
 
 .listheader-label {