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