adding new LCARStrek skin
[themes.git] / LCARStrek / skin / LCARStrek / communicator / search / internetresults.css
CommitLineData
3c30e09e 1#multi-results-header
2 {
3 background-color : #9C9CFF;
4 color : #000000;
5 font-weight : bold;
6 padding : 3px 0px 2px 6px;
7 -moz-border-radius : 8px 0px 0px 0px;
8 }
9
10#engineTabs
11 {
12 /*don't know why its not setting the color*/
13 background-color : #9C9CFF;
14 padding : 2px 0px 2px 0px;
15 }
16
17#engineTabs > text {
18 margin-top : 5px;
19 color : #000000;
20}
21
22#engineTabs > button {
23 -moz-border-radius : 8px 8px 0px 0px;
24 margin-left : 5px;
25 margin-right : 5px;
26}
27
28#internetresultstree
29 {
30 border : none;
31 }
32
33#internetresultstree > .tree-container-treerows
34 {
35 border-right : none;
36 border-left : none;
37 }
38