preliminary work for getting themes ready for suiterunner, add files we need for...
[themes.git] / EarlyBlue / global / autocomplete.css
index 68b187664a7adb134f001e8ba119198e40563383..38e74a0fe1aa8498e9c8deb4a362911687d6e681 100644 (file)
 
 /* ::::: autocomplete ::::: */
 
-textbox
-  {
-    cursor: default;
-    padding: 0px;
-  }
+textbox {
+  cursor: default;
+  padding: 0px;
+}
 
 .textbox-input-box {
   margin: 0 3px;
@@ -58,15 +57,9 @@ textbox
 /* ::::: history button ::::: */
 
 .autocomplete-history-dropmarker {
-  -moz-appearance: menulist-button;
-  -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"] {
@@ -84,30 +77,30 @@ textbox
 }
 
 .autocomplete-history-popup {
-  max-height: 180px;
+  max-height: 25em;
 }
 
-/* ::::: outliner ::::: */
+/* ::::: tree ::::: */
 
-.autocomplete-outliner {
+.autocomplete-tree {
   border: none;
   background-color: transparent !important;
 }
 
-.autocomplete-outlinercol {
+.autocomplete-treecol {
   margin: 0px !important;
   border: none !important;
   padding: 0px !important;
 }
 
-.autocomplete-outlinerbody:-moz-outliner-cell-text {
+.autocomplete-treebody::-moz-tree-cell-text {
   padding-left: 8px;
 }
 
-.autocomplete-outlinerbody:-moz-outliner-row(menuactive) {
+.autocomplete-treebody::-moz-tree-row(menuactive) {
   background-color: #336699;
 }
 
-.autocomplete-outlinerbody:-moz-outliner-cell-text(menuactive) {
+.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: white !important;
 }