third part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content-old / 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(engineName) {
22   margin-inline-end: 10px;
23   margin-inline-start: 1px;
24   width: 16px;
25   height: 16px;
26 }
27
28 #engineList treechildren::-moz-tree-drop-feedback {
29   background-color: #008484;
30   width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
31                      we may have, overflow isn't visible. */
32   height: 2px;
33   margin-inline-start: 0;
34 }
35
36 #engineShown {
37   min-width: 26px;
38 }
39
40 #addEnginesBox {
41   margin-bottom: 1em;
42 }