preliminary work for getting themes ready for suiterunner, add files we need for...
[themes.git] / EarlyBlue / global / autocomplete.css
index 7aac494519ff62a4e28d02cf136da8200f8b45aa..38e74a0fe1aa8498e9c8deb4a362911687d6e681 100644 (file)
@@ -57,14 +57,9 @@ textbox {
 /* ::::: history button ::::: */
 
 .autocomplete-history-dropmarker {
-  -moz-box-align: center;
-  -moz-box-pack: center;
   min-width: 15px;
-  min-height: 19px; 
-  border: 1px outset #CCD0DD;
+  min-height: 19px;
   background-color: #9999CC;
-  padding: 1px;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
 }
 
 .autocomplete-history-dropmarker[open="true"] {
@@ -82,7 +77,7 @@ textbox {
 }
 
 .autocomplete-history-popup {
-  max-height: 180px;
+  max-height: 25em;
 }
 
 /* ::::: tree ::::: */