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