sixth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / preferences / in-content / search.css
CommitLineData
1eb9479d
RK
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
d533ec21
RK
5#defaultEngine {
6}
7
1eb9479d
RK
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 {
d533ec21 18 margin: .5em 2px;
1eb9479d 19}
1eb9479d 20
1eb9479d
RK
21#engineList treechildren::-moz-tree-image(engineName) {
22 -moz-margin-end: 10px;
23 -moz-margin-start: 1px;
24 width: 16px;
25 height: 16px;
26}
27
1eb9479d
RK
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 -moz-margin-start: 0;
34}
35
36#engineShown {
37 min-width: 26px;
38}
39
40#addEnginesBox {
41 margin-bottom: 1em;
42}