2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
2018-01-10 20:31:14 +03:00
|
|
|
%include ../shared/searchbar.inc.css
|
2014-11-18 02:59:11 +03:00
|
|
|
|
2017-03-31 15:53:44 +03:00
|
|
|
.searchbar-engine-one-off-item:-moz-focusring {
|
|
|
|
outline: none;
|
|
|
|
}
|
2021-04-07 18:15:17 +03:00
|
|
|
|
2021-04-09 21:20:21 +03:00
|
|
|
@media (-moz-proton) and (-moz-os-version: windows-win10) {
|
2021-04-07 18:15:17 +03:00
|
|
|
#PopupSearchAutoComplete {
|
|
|
|
/* A border is necessary because the shadow is bottom-right */
|
|
|
|
border-color: var(--menu-border-color);
|
|
|
|
border-radius: var(--arrowpanel-border-radius);
|
|
|
|
-moz-window-shadow: cliprounded;
|
|
|
|
}
|
|
|
|
}
|