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/. */
8 #defaultEngine > .menulist-label-box > .menulist-icon {
12 /* work around a display: none in Linux's menu.css, see bug 1112310 */
13 .searchengine-menuitem > .menu-iconic-left {
21 #engineList treechildren::-moz-tree-image(engineName) {
22 margin-inline-end: 10px;
23 margin-inline-start: 1px;
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. */
33 margin-inline-start: 0;