Bumping manifests a=b2g-bump
[gecko.git] / browser / base / content / searchSuggestionUI.css
blob7e8d83a46f38a3161c9fefd9dbfeb7f93dcf18f9
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/. */
5 .searchSuggestionTable {
6 background-color: hsla(0,0%,100%,.99);
7 border: 1px solid;
8 border-color: hsla(210,54%,20%,.15) hsla(210,54%,20%,.17) hsla(210,54%,20%,.2);
9 border-spacing: 0;
10 border-top: 0;
11 box-shadow: 0 1px 0 hsla(210,65%,9%,.02) inset,
12 0 0 2px hsla(210,65%,9%,.1) inset,
13 0 1px 0 hsla(0,0%,100%,.2);
14 overflow: hidden;
15 padding: 0;
16 position: absolute;
17 text-align: start;
18 z-index: 1001;
21 .searchSuggestionRow {
22 cursor: default;
23 margin: 0;
24 max-width: inherit;
25 padding: 0;
28 .searchSuggestionRow.formHistory + .searchSuggestionRow.remote > td {
29 border-top: 1px solid GrayText;
32 .searchSuggestionRow.selected {
33 background-color: hsl(210,100%,40%);
34 color: hsl(0,0%,100%);
37 .searchSuggestionEntry {
38 margin: 0;
39 max-width: inherit;
40 overflow: hidden;
41 padding: 6px 8px;
42 text-overflow: ellipsis;
43 white-space: nowrap;