adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / communicator / skin / search / search.css
1 box.sidebartitle {
2   background-color: #505888;
3   padding: 2px 3px 3px 3px;
4   border: 0px;
5   margin: 0px;
6   font: 10pt sans-serif;
7 }
8
9 box.panelbar {
10   background-color: #006870;
11   padding: 2px 3px 3px 3px;
12   border: 0px;
13   margin: 0px;
14   font: 10pt sans-serif;
15 }
16
17 box#sidebox {
18   width: 100%;
19   height: 100%;
20 }
21
22 titledbutton.sidebartitle:hover { 
23   border: 0px;
24   margin: 1px; 
25 }
26
27 titledbutton.paneltitle { 
28   -moz-box-pack: start;
29 }
30
31 treecol.checkboxColumn {
32   width: 30px ! important;
33 }
34
35 box.spaced { 
36   padding-top: 5px;
37   padding-bottom: 2px;
38 }
39
40 box#engineTabs {
41   background-color: #808080;
42   border-bottom: 1px solid threedhighlight;
43 }
44
45 box#engineTabs > titledbutton {
46   background-color: #CCCCCC;
47   margin-bottom: 0px;
48   border-bottom: 1px solid #CCCCCC;
49 }
50
51 titledbutton#allEngines {
52   margin-right: 12px;
53 }
54
55 titledbutton.engine[loading="true"] {
56  list-style-image: url("chrome://communicator/skin/bookmarks/loading.gif") ! important ;
57 }
58
59 titledbutton.iconic {
60  list-style-image: url("chrome://communicator/skin/bookmarks/document.gif") ! important ;
61 }
62
63 treeitem > treerow.searchresult > treecell > titledbutton {
64    cursor: pointer;
65 }
66
67 treeitem > treerow.searchresult > treecell {
68    color: black;
69    text-decoration: none;
70 }
71
72 treeitem > treerow.searchresult > treecell:hover {
73    color: blue;
74    text-decoration: underline;
75 }
76
77 treeitem > treerow.searchresult > treecell > titledbutton:active {
78    color: red;
79    text-decoration: underline;
80 }
81
82 /*undo regular search tree selection look*/
83 treeitem[selected="true"] > treerow.searchresult { 
84   background-color: transparent;
85 }
86
87
88
89 .searchpanel-outerbox {
90         padding: 8px 4px 4px 4px;
91 }
92
93 .indented-label {
94         padding-left: 8px;
95 }
96
97 titledbutton.panelbtn {
98         margin-left: 1em; 
99         margin-right: 1em; 
100 }
101
102 #searchengines
103   {
104     margin-left           : 0px;
105     margin-right          : 0px;
106   }