|
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 .searchbar-textbox { |
|
6 border-radius: 10000px; |
|
7 } |
|
8 |
|
9 .searchbar-engine-button { |
|
10 -moz-padding-start: 6px; |
|
11 -moz-padding-end: 2px; |
|
12 margin: 0; |
|
13 -moz-margin-end: 2px; |
|
14 -moz-appearance: none; |
|
15 min-width: 0; |
|
16 } |
|
17 |
|
18 .searchbar-popup { |
|
19 margin-top: 4px; |
|
20 -moz-margin-start: 3px; |
|
21 } |
|
22 |
|
23 .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box { |
|
24 margin: 0; |
|
25 padding: 3px 0 2px; |
|
26 height: 20px; |
|
27 } |
|
28 |
|
29 .searchbar-engine-image { |
|
30 width: 16px; |
|
31 height: 16px; |
|
32 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
|
33 } |
|
34 |
|
35 .searchbar-dropmarker-image { |
|
36 list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png"); |
|
37 -moz-margin-start: 2px; |
|
38 } |
|
39 |
|
40 .search-go-container { |
|
41 -moz-box-align: center; |
|
42 -moz-padding-end: 6px; |
|
43 } |
|
44 |
|
45 .search-go-button { |
|
46 list-style-image: url("chrome://browser/skin/Search.png"); |
|
47 } |
|
48 |
|
49 @media (min-resolution: 2dppx) { |
|
50 .searchbar-engine-image, |
|
51 .searchbar-engine-menuitem > .menu-iconic-left > .menu-iconic-icon { |
|
52 image-rendering: -moz-crisp-edges; |
|
53 } |
|
54 |
|
55 .searchbar-engine-image { |
|
56 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); |
|
57 } |
|
58 |
|
59 .searchbar-dropmarker-image { |
|
60 list-style-image: url("chrome://browser/skin/searchbar-dropmarker@2x.png"); |
|
61 width: 7px; |
|
62 } |
|
63 |
|
64 .search-go-button { |
|
65 list-style-image: url("chrome://browser/skin/Search@2x.png"); |
|
66 width: 14px; |
|
67 } |
|
68 } |