add about:config styling
[themes.git] / EarlyBlue / global / autocomplete.css
index 67ec9b044c483e0005e9bf430e803722a049837f..055fd9e1a3d372f97ebd904aae02a178098df50f 100644 (file)
@@ -60,7 +60,7 @@ textbox {
   -moz-box-align: center;
   -moz-box-pack: center;
   min-width: 15px;
-  min-height: 19px; 
+  min-height: 19px;
   border: 1px outset #CCD0DD;
   background-color: #9999CC;
   padding: 1px;
@@ -82,7 +82,7 @@ textbox {
 }
 
 .autocomplete-history-popup {
-  max-height: 180px;
+  max-height: 25em;
 }
 
 /* ::::: tree ::::: */
@@ -98,14 +98,14 @@ textbox {
   padding: 0px !important;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text {
+.autocomplete-treebody::-moz-tree-cell-text {
   padding-left: 8px;
 }
 
-.autocomplete-treebody:-moz-tree-row(menuactive) {
+.autocomplete-treebody::-moz-tree-row(menuactive) {
   background-color: #336699;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text(menuactive) {
+.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: white !important;
 }