Commit | Line | Data |
---|---|---|
52af0a75 RK |
1 | .searchbar-textbox { |
2 | width: 6em; | |
3 | min-width: 6em; | |
cf3319d7 RK |
4 | border-radius: 5px; |
5 | margin: 0; | |
6 | -moz-margin-start: 3px; | |
52af0a75 RK |
7 | } |
8 | ||
cf3319d7 RK |
9 | .searchbar-textbox > .autocomplete-textbox-container { |
10 | border-radius: 3px 0 0 3px; | |
df1d9c69 | 11 | -mozpadding-end: 2px; |
52af0a75 RK |
12 | } |
13 | ||
14 | /* ::::: searchbar-engine-button ::::: */ | |
15 | ||
df1d9c69 RK |
16 | .searchbar-engine-button { |
17 | padding: 2px !important; | |
18 | border-radius: 3px 0px 0px 3px; | |
19 | } | |
20 | ||
cf3319d7 | 21 | .toolbarbutton-icon { |
52af0a75 RK |
22 | height: 16px; |
23 | width: 16px; | |
56f2a618 | 24 | list-style-image: url("chrome://global/skin/filepicker/file.gif"); |
52af0a75 RK |
25 | } |
26 | ||
cf3319d7 | 27 | .toolbarbutton-menu-dropmarker { |
52af0a75 RK |
28 | list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); |
29 | } | |
30 | ||
cf3319d7 RK |
31 | .searchbar-engine-button:hover > .toolbarbutton-menu-dropmarker, |
32 | .searchbar-engine-button:hover:active > .toolbarbutton-menu-dropmarker, | |
33 | .searchbar-engine-button[open="true"] > .toolbarbutton-menu-dropmarker { | |
52af0a75 RK |
34 | list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); |
35 | } | |
36 | ||
37 | ||
38 | /* ::::: search-go-button ::::: */ | |
39 | ||
40 | .search-go-container { | |
41 | -moz-box-align: center; | |
42 | } | |
43 | ||
44 | .search-go-button { | |
52af0a75 RK |
45 | list-style-image: url("chrome://global/skin/icons/search.png"); |
46 | -moz-image-region: rect(0, 16px, 16px, 0); | |
47 | } | |
48 | ||
49 | .search-go-button:-moz-system-metric(touch-enabled) { | |
50 | -moz-padding-start: 5px; | |
51 | -moz-padding-end: 3px; | |
52 | } | |
53 | ||
54 | .search-go-button:-moz-locale-dir(rtl) { | |
71a617ff | 55 | transform: scaleX(-1); |
52af0a75 RK |
56 | } |
57 | ||
58 | .search-go-button:hover { | |
59 | } | |
60 | ||
61 | .search-go-button:hover:active { | |
62 | } | |
63 | ||
64 | .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { | |
65 | font-weight: bold; | |
66 | } |