relicense to MPL2
[themes.git] / LCARStrek / communicator / search / search.css
index 9de3dcaf67255a808da9d7d1ceb10b1659b29df5..6d0360c6cf2bf037c1fd078669db42b784efcc43 100644 (file)
@@ -1,45 +1,9 @@
+/* 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 ;
-  }
-
-.searchresult-cell:hover
-  {
-    color                 : blue;
-    text-decoration       : underline;
-    cursor                : pointer;
-  }
-
-.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");
-  }
+@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");