keep up with Classic development
[themes.git] / LCARStrek / global / autocomplete.css
index a3b9f1f9127209ca5bb1eb4d917139fb2ab86510..862405f828623505dc808352cb87ac87b61eb528 100644 (file)
@@ -36,7 +36,6 @@
  * ***** END LICENSE BLOCK ***** */
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-@namespace html url("http://www.w3.org/1999/xhtml");
 
 /* ===== autocomplete.css =================================================
   == Styles used by the autocomplete widget.
@@ -62,7 +61,7 @@ textbox {
   -moz-box-align: center;
   -moz-box-pack: center;
   min-width: 15px;
-  min-height: 15px; 
+  min-height: 15px;
   border: none;
   border-left: 1px solid #9C9CFF;
   background-color: #000000;
@@ -71,8 +70,7 @@ textbox {
   -moz-border-radius: 0px 3px 3px 0px;
 }
 
-.autocomplete-history-dropmarker:hover,
-.autocomplete-history-dropmarker[buttonover="true"] {
+.autocomplete-history-dropmarker:hover {
   background-color: #FFCF00;
   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
 }
@@ -119,4 +117,4 @@ textbox {
 
 .autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: #000000 !important;
-}
\ No newline at end of file
+}