latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / LCARStrek / global / autocomplete.css
index 025a4cc6a88f1b3509b8eec62c57afa2a01cb502..3a202b13dc75cd2a9f389c69eb520d9203b92c61 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.
@@ -109,14 +108,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: #FFCF00;
 }
 
-.autocomplete-treebody:-moz-tree-cell-text(menuactive) {
+.autocomplete-treebody::-moz-tree-cell-text(menuactive) {
   color: #000000 !important;
-}
\ No newline at end of file
+}