keep up with Classic/*stripe development
[themes.git] / EarlyBlue / global / autocomplete.css
index aa9154fa9c1cbcf2d9db4cb5d38afb33f427edd2..86098012b44a6381e8c564829636c238e4a088ba 100644 (file)
@@ -88,7 +88,7 @@ textbox.padded {
 
 /* ::::: autocomplete popups ::::: */
 
-.autocomplete-result-popup,
+panel[type="autocomplete"],
 .autocomplete-history-popup {
   border: 1px solid #9999CC;
   background-color: white !important;
@@ -124,18 +124,6 @@ textbox.padded {
   color: white !important;
 }
 
-/* seamonkey and thunderbird do not use the new autocomplete widget yet so we need a couple of the old styles rules */
-
-.autocomplete-treebody::-moz-tree-row(menuactive) {
-  background-color: #336699;
-}
-
-.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
-  color: white !important;
-}
-
-/* end of seamonkey and thunderbird required autocomplete rules */
-
 /* ::::: textboxes inside toolbarpaletteitems ::::: */
 
 toolbarpaletteitem > toolbaritem > textbox > hbox > hbox > html|*.textbox-input {