|
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 min-height: 22px; |
|
7 background-color: -moz-field; |
|
8 } |
|
9 |
|
10 .autocomplete-textbox-container { |
|
11 -moz-box-align: stretch; |
|
12 } |
|
13 |
|
14 .textbox-input-box { |
|
15 margin: 0; |
|
16 } |
|
17 |
|
18 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { |
|
19 font-weight: bold; |
|
20 } |
|
21 |
|
22 /* Engine button */ |
|
23 .searchbar-engine-image { |
|
24 height: 16px; |
|
25 width: 16px; |
|
26 list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
|
27 -moz-margin-start: 2px; |
|
28 } |
|
29 |
|
30 .searchbar-engine-button { |
|
31 -moz-appearance: none; |
|
32 min-width: 0; |
|
33 margin: 0; |
|
34 border: 0; |
|
35 -moz-box-align: center; |
|
36 background-color: transparent; |
|
37 } |
|
38 |
|
39 .searchbar-engine-button > .button-box { |
|
40 -moz-appearance: none; |
|
41 padding: 2px 0; |
|
42 -moz-padding-end: 2px; |
|
43 border: 0; |
|
44 } |
|
45 |
|
46 .searchbar-dropmarker-image { |
|
47 -moz-appearance: toolbarbutton-dropdown !important; |
|
48 width: 12px; |
|
49 height: 12px; |
|
50 } |
|
51 |
|
52 /* Search go button */ |
|
53 .search-go-container { |
|
54 -moz-box-align: center; |
|
55 } |
|
56 |
|
57 .search-go-button { |
|
58 padding: 1px; |
|
59 list-style-image: url(moz-icon://stock/gtk-find?size=menu); |
|
60 cursor: pointer; |
|
61 } |
|
62 |
|
63 menuitem[cmd="cmd_clearhistory"] { |
|
64 list-style-image: url("moz-icon://stock/gtk-clear?size=menu"); |
|
65 } |
|
66 |
|
67 menuitem[cmd="cmd_clearhistory"][disabled] { |
|
68 list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled"); |
|
69 } |
|
70 |