b837e8d39c0d71e6067debc8f4126b9d275944f3
[themes.git] / LCARStrek / browser / preferences / in-content / 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 /* work around a display: none in Linux's menu.css, see bug 1112310 */
10 .searchengine-menuitem > .menu-iconic-left {
11   display: -moz-box;
12 }
13
14 #engineList {
15   margin: .5em 6px;
16 }
17 /*
18 #engineList treechildren::-moz-tree-image(engineShown, checked) {
19   list-style-image: url("chrome://global/skin/in-content/check.svg#check");
20   width: 21px;
21   height: 21px;
22 }
23
24 #engineList treechildren::-moz-tree-image(engineShown, checked, selected) {
25   list-style-image: url("chrome://global/skin/in-content/check.svg#check-inverted");
26 }
27 */
28 #engineList treechildren::-moz-tree-image(engineName) {
29   -moz-margin-end: 10px;
30   -moz-margin-start: 1px;
31   width: 16px;
32   height: 16px;
33 }
34
35 #engineList treechildren::-moz-tree-row {
36 /*  min-height: 36px; */
37 }
38
39 #engineList treechildren::-moz-tree-drop-feedback {
40   background-color: #008484;
41   width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
42                      we may have, overflow isn't visible. */
43   height: 2px;
44   -moz-margin-start: 0;
45 }
46
47 #engineShown {
48   min-width: 26px;
49 }
50
51 #addEnginesBox {
52   margin-bottom: 1em;
53 }