browser/themes/windows/searchbar.css

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7b9184c85167
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 .autocomplete-textbox-container {
6 -moz-box-align: stretch;
7 }
8
9 .textbox-input-box {
10 margin: 0;
11 }
12
13 /* ::::: searchbar-engine-button ::::: */
14
15 .searchbar-engine-image {
16 height: 16px;
17 width: 16px;
18 list-style-image: url("chrome://global/skin/icons/folder-item.png");
19 -moz-image-region: rect(0px, 16px, 16px, 0px);
20 -moz-margin-start: 2px;
21 }
22
23 .searchbar-engine-button {
24 -moz-appearance: none;
25 min-width: 0;
26 margin: 0;
27 padding: 0;
28 -moz-padding-end: 2px;
29 -moz-box-align: center;
30 background: none;
31 border: none;
32 }
33
34 .searchbar-engine-button > .button-box {
35 -moz-appearance: none;
36 padding: 0;
37 border: 0;
38 }
39
40 .searchbar-dropmarker-image {
41 list-style-image: url("chrome://browser/skin/searchbar-dropdown-arrow.png");
42 -moz-image-region: rect(0, 13px, 11px, 0);
43 }
44
45 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
46 -moz-image-region: rect(0, 26px, 11px, 13px);
47 }
48
49
50 /* ::::: search-go-button ::::: */
51
52 .search-go-container {
53 -moz-box-align: center;
54 }
55
56 .search-go-button {
57 padding: 1px;
58 list-style-image: url("chrome://global/skin/icons/Search-glass.png");
59 -moz-image-region: rect(0px 16px 16px 0px);
60 }
61
62 .search-go-button:-moz-locale-dir(rtl) {
63 transform: scaleX(-1);
64 }
65
66 .search-go-button:hover {
67 -moz-image-region: rect(0px 32px 16px 16px);
68 }
69
70 .search-go-button:hover:active {
71 -moz-image-region: rect(0px, 48px, 16px, 32px);
72 }
73
74 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
75 font-weight: bold;
76 }

mercurial