first part of syncing LCARStrek with Firefox 38 windows theme changes
[themes.git] / LCARStrek / browser / preferences / search.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 #defaultEngine > .menulist-label-box > .menulist-icon {
6   height: 16px;
7 }
8
9 /* Reserve space so that localized labels can wrap without hiding the
10    'add more engines' link at the bottom. See bug 1112688. */
11 #oneClickSearchProvidersGroup {
12   margin-bottom: 3em;
13 }
14
15 #engineList {
16   margin: .5em 6px;
17 }
18
19 .checkbox-check,
20 #engineList treechildren::-moz-tree-checkbox {
21   list-style-image: url("chrome://global/skin/tree/checkbox.gif");
22 }
23
24 .checkbox-check[checked="true"],
25 #engineList treechildren::-moz-tree-checkbox(checked) {
26   list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
27 }
28
29 #engineList treechildren::-moz-tree-image(engineName) {
30   -moz-margin-end: 4px;
31   -moz-margin-start: 0;
32   width: 16px;
33   height: 16px;
34 }
35
36 #engineList treechildren::-moz-tree-row {
37   min-height: 20px;
38 }
39
40 #engineList treechildren::-moz-tree-drop-feedback {
41   background-color: #008484;
42   width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
43                      we may have, overflow isn't visible. */
44   height: 2px;
45   -moz-margin-start: 0;
46 }