make add icon work
[themes.git] / LCARStrek / communicator / search / search.css
index 9de3dcaf67255a808da9d7d1ceb10b1659b29df5..cc684cfcd8f6ca72ef4c2b9704281001ea34e28f 100644 (file)
@@ -1,45 +1,17 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
-.engine[loading="true"] 
-  {
-    list-style-image      : url("resource:/res/rdf/loading.gif") ! important ;
-  }
+/* ===== search.css =====================================================
+   == Styles specific to the Search sidebar panel.
+   ====================================================================== */
 
-.iconic 
-  {
-    list-style-image      : url("resource:/res/rdf/document.gif") ! important ;
-  }
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-.searchresult-cell:hover
-  {
-    color                 : blue;
-    text-decoration       : underline;
-    cursor                : pointer;
-  }
+#searchPanel {
+  padding: 0;
+}
 
-.searchresult-cell:hover:active
-  {
-    color                 : red;
-    text-decoration       : underline;
-  }
-
-.searchresult-item[selected="true"] > .searchresult
-  {
-    background-color      : transparent;
-    color                 : windowtext;
-  }
-.groove-bottom
-  {
-    border-bottom         : 1px solid ThreeDShadow;
-  }   
-  
-#results-splitter
-  {
-    border-right          : 1px solid ThreeDShadow;
-    border-left           : 1px solid ThreeDHighlight;
-  }
-
-#searchButton[stop="true"]
-  {
-    list-style-image      : url("resource:/res/rdf/loading.gif");
-  }
+.autocomplete-treebody::-moz-tree-cell(suggesthint) {
+  border-top: 1px solid #8050B0;
+}