slight improvements to addons and account manager looks, make numberboxes look useable
[themes.git] / EarlyBlue / global / autocomplete.css
index abc327a19e21f68c81804b37259daf68d09f1de2..c66d50acbbdedc999742b45abdabd6462be43585 100644 (file)
@@ -64,6 +64,10 @@ textbox.padded {
   -moz-box-align: center;
 }
 
+textbox[nomatch="true"][highlightnonmatches="true"] {
+  color: red;
+}
+
 .textbox-input-box {
   margin: 0 3px;
   -moz-box-align: center;
@@ -88,7 +92,7 @@ panel[type="autocomplete"],
 panel[type="autocomplete-richlistbox"],
 .autocomplete-history-popup {
   border: 1px solid #9999CC;
-  background-color: white !important;
+  background-color: white;
   padding: 0;
 }
 
@@ -134,10 +138,7 @@ panel[type="autocomplete-richlistbox"],
 /* ::::: richlistbox autocomplete ::::: */
 
 .autocomplete-richlistbox {
-  -moz-appearance: none !important;
   margin: 0;
-  border: none !important;
-  background-color: transparent !important;
 }
 
 .autocomplete-richlistbox > scrollbox {
@@ -150,16 +151,14 @@ panel[type="autocomplete-richlistbox"],
 }
 
 .autocomplete-richlistitem {
-  -moz-box-orient: vertical;
-  overflow:-moz-hidden-unscrollable;
-  padding: 1px 0px 1px 2px;
+  padding: 1px 2px;
   border-bottom: 1px solid #666699;
 }
 
 .ac-site-icon {
   width: 16px;
   height: 16px;
-  margin-right: 8px;
+  margin: 0 5px -3px 3px;
 }
 
 .ac-type-icon {
@@ -167,6 +166,14 @@ panel[type="autocomplete-richlistbox"],
   height: 16px;
 }
 
+.ac-extra > .ac-result-type-tag {
+  margin: 0 4px;
+}
+
+.ac-extra > .ac-comment {
+  padding-right: 4px;
+}
+
 .ac-ellipsis-after {
   margin: 2px 0px 0px 0px !important;
   padding: 0;
@@ -178,13 +185,20 @@ panel[type="autocomplete-richlistbox"],
   padding: 0;
 }
 
-html|*.ac-emphasize-text {
+.ac-normal-text > html|span {
   margin: 0 !important;
   padding: 0;
+}
+
+html|span.ac-emphasize-text {
   font-weight: bold;
   text-decoration: underline;
 }
 
+html|span.ac-emphasize-alt {
+  text-decoration: underline;
+}
+
 .ac-title, .ac-url {
   overflow: hidden;
 }