adding files again in right directories
[themes.git] / LCARStrek / communicator / search / search.css
... / ...
CommitLineData
1
2.engine[loading="true"]
3 {
4 list-style-image : url("resource:/res/rdf/loading.gif") ! important ;
5 }
6
7.iconic
8 {
9 list-style-image : url("resource:/res/rdf/document.gif") ! important ;
10 }
11
12.searchresult-cell:hover
13 {
14 color : blue;
15 text-decoration : underline;
16 cursor : pointer;
17 }
18
19.searchresult-cell:hover:active
20 {
21 color : red;
22 text-decoration : underline;
23 }
24
25.searchresult-item[selected="true"] > .searchresult
26 {
27 background-color : transparent;
28 color : windowtext;
29 }
30
31.groove-bottom
32 {
33 border-bottom : 1px solid ThreeDShadow;
34 }
35
36#results-splitter
37 {
38 border-right : 1px solid ThreeDShadow;
39 border-left : 1px solid ThreeDHighlight;
40 }
41
42#searchButton[stop="true"]
43 {
44 list-style-image : url("resource:/res/rdf/loading.gif");
45 }