adding files again in right directories
[themes.git] / LCARStrek / communicator / search / search.css
diff --git a/LCARStrek/communicator/search/search.css b/LCARStrek/communicator/search/search.css
new file mode 100644 (file)
index 0000000..9de3dca
--- /dev/null
@@ -0,0 +1,45 @@
+
+.engine[loading="true"] 
+  {
+    list-style-image      : url("resource:/res/rdf/loading.gif") ! important ;
+  }
+
+.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");
+  }