try a different rules for mac detection
[themes.git] / LCARStrek / global / autocomplete.css
index 11bef4607be48ee0464a47f99102b6dae2b9fae5..ee86e3319492a64bd831e961556565ddbef0963f 100644 (file)
@@ -114,6 +114,7 @@ panel[type="autocomplete-richlistbox"],
 /* ::::: richlistbox autocomplete ::::: */
 
 .autocomplete-richlistbox {
+  border: none;
   margin: 0;
 }
 
@@ -121,15 +122,15 @@ panel[type="autocomplete-richlistbox"],
   overflow-x: hidden !important;
 }
 
+.autocomplete-richlistitem {
+  padding: 1px 2px;
+}
+
 .autocomplete-richlistitem[selected="true"] {
   background-color: #008484;
   color: #000000;
 }
 
-.autocomplete-richlistitem {
-  padding: 1px 2px;
-}
-
 .autocomplete-richlistitem:not(:first-child) {
   border-top: 1px solid #E7ADE7;
 }
@@ -139,8 +140,8 @@ panel[type="autocomplete-richlistbox"],
   height: 16px;
   margin-top: 0;
   margin-bottom: -3px;
-  -moz-margin-start: 3px;
-  -moz-margin-end: 5px;
+  -moz-margin-start: 0;
+  -moz-margin-end: 3px;
 }
 
 .ac-type-icon {
@@ -177,10 +178,6 @@ html|span.ac-emphasize-text {
   text-decoration: underline;
 }
 
-html|span.ac-emphasize-alt {
-  text-decoration: underline;
-}
-
 .ac-title, .ac-url {
   overflow: hidden;
 }