154b922fee2a854beaf230583ce421156c07d0bc
[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 #engineList treechildren::-moz-tree-checkbox {
20   list-style-image: url("chrome://browser/skin/preferences/checkbox.png");
21   -moz-image-region: rect(0, 16px, 16px, 0);
22 }
23
24 #engineList treechildren::-moz-tree-checkbox(checked) {
25   -moz-image-region: rect(0, 64px, 16px, 48px);
26 }
27
28 @media (-moz-windows-classic) {
29   #engineList treechildren::-moz-tree-checkbox {
30     list-style-image: url("chrome://browser/skin/preferences/checkbox-classic.png");
31   }
32
33   #engineList treechildren::-moz-tree-checkbox(checked) {
34     -moz-image-region: rect(0, 48px, 16px, 32px);
35   }
36 }
37
38 @media not all and (-moz-windows-classic) {
39   #engineList treechildren::-moz-tree-checkbox(hover) {
40     -moz-image-region: rect(0, 48px, 16px, 32px);
41   }
42
43   #engineList treechildren::-moz-tree-checkbox(checked, hover) {
44     -moz-image-region: rect(0, 80px, 16px, 64px);
45   }
46 }
47 */
48 #engineList treechildren::-moz-tree-image(engineName) {
49   -moz-margin-end: 4px;
50   -moz-margin-start: 0;
51   width: 16px;
52   height: 16px;
53 }
54
55 #engineList treechildren::-moz-tree-row {
56   min-height: 20px;
57 }
58
59 #engineList treechildren::-moz-tree-drop-feedback {
60   background-color: #008484;
61   width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
62                      we may have, overflow isn't visible. */
63   height: 2px;
64   -moz-margin-start: 0;
65 }