remove this rule again as it removes the menu radio/check icons
[themes.git] / LCARStrek / global / autocomplete.css
index 3a202b13dc75cd2a9f389c69eb520d9203b92c61..878094d4247cb48507dfa9e9a68c6b10edf414f6 100644 (file)
@@ -58,29 +58,18 @@ textbox {
 /* ::::: history button ::::: */
 
 .autocomplete-history-dropmarker {
-  -moz-box-align: center;
-  -moz-box-pack: center;
   min-width: 15px;
-  min-height: 15px; 
-  border: none;
-  border-left: 1px solid #9C9CFF;
+  min-height: 15px;
   background-color: #000000;
-  padding: 1px;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
   -moz-border-radius: 0px 3px 3px 0px;
 }
 
+.autocomplete-history-dropmarker,
 .autocomplete-history-dropmarker:hover,
-.autocomplete-history-dropmarker[buttonover="true"] {
-  background-color: #FFCF00;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
-}
-
 .autocomplete-history-dropmarker:hover:active,
 .autocomplete-history-dropmarker[open="true"] {
-  background-color: #FF9F00;
-  list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
-  padding: 2px 0px 0px 2px;
+  border: none;
+  border-left: 1px solid #9C9CFF;
 }
 
 /* ::::: autocomplete popups ::::: */
@@ -92,7 +81,7 @@ textbox {
 }
 
 .autocomplete-history-popup {
-  max-height: 180px;
+  max-height: 25em;
 }
 
 /* ::::: tree ::::: */