even more fixes for LCARStrek 2.0a1
[themes.git] / LCARStrek / communicator / search / search.css
index af3f12ef86f9e594ece9732615a01f49d152892e..11cf1630e227b331c309da691ef39587485c2277 100644 (file)
@@ -19,6 +19,7 @@
  * the Initial Developer. All Rights Reserved.
  *
  * Contributor(s):
+ *  Joe Hewitt <hewitt@netscape.com>
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-.engine[loading="true"]  {
-  list-style-image: url("chrome://global/skin/icons/loading.gif") ! important ;
-}
-
-.iconic {
-  list-style-image: url("resource:/res/rdf/document.gif") ! important ;
-}
+/* ===== search.css =====================================================
+  == Styles specific to the Search sidebar panel.
+  ======================================================================= */
 
-.searchresult-item[selected="true"] > .searchresult {
-  background-color: transparent;
-  color: #FFCF00;
-}
-.groove-bottom {
-  border-bottom: 1px solid #9C9CFF;
-}   
-  
-#results-splitter {
-  border: 1px solid #9C9CFF;
-}
+/* :::: undo regular search listbox selection look :::: */
 
-#searchButton[stop="true"] {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
+.searchresult-item[selected="true"] {
+  border: none !important;
+  background-color: transparent !important;
+  color: inherit !important;
 }