fix 2.30 review comments, hamburger button display, some overridden icons, and checkb...
[themes.git] / LCARStrek / browser / preferences / 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
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}
832af407
RK
18
19.checkbox-check,
1eb9479d 20#engineList treechildren::-moz-tree-checkbox {
832af407 21 list-style-image: url("chrome://global/skin/tree/checkbox.gif");
1eb9479d
RK
22}
23
832af407 24.checkbox-check[checked="true"],
1eb9479d 25#engineList treechildren::-moz-tree-checkbox(checked) {
832af407 26 list-style-image: url("chrome://global/skin/tree/checkbox-checked.gif");
1eb9479d
RK
27}
28
1eb9479d
RK
29#engineList treechildren::-moz-tree-image(engineName) {
30 -moz-margin-end: 4px;
31 -moz-margin-start: 0;
32 width: 16px;
33 height: 16px;
34}
35
36#engineList treechildren::-moz-tree-row {
37 min-height: 20px;
38}
39
40#engineList treechildren::-moz-tree-drop-feedback {
41 background-color: #008484;
42 width: 10000px; /* 100% doesn't work; 10k is hopefully larger than any window
43 we may have, overflow isn't visible. */
44 height: 2px;
45 -moz-margin-start: 0;
46}