make searchbar button look good when selection menu is open, make downloads-button...
[themes.git] / LCARStrek / browser / searchbar.css
CommitLineData
319c6529
RK
1.searchbar-textbox {
2 width: 6em;
3 min-width: 6em;
4}
5
6.autocomplete-textbox-container {
7 -moz-box-align: stretch;
8}
9
10.textbox-input-box {
11 margin: 0;
12}
13
14/* ::::: searchbar-engine-button ::::: */
15
16.searchbar-engine-image {
17 height: 16px;
18 width: 16px;
19 list-style-image: url("chrome://global/skin/filepicker/file.gif");
20 -moz-margin-start: 2px;
21}
22
23.searchbar-engine-button {
24 min-width: 0;
25 margin: 0;
26 padding: 0;
27 -moz-padding-end: 2px;
28 -moz-box-align: center;
29 background: none;
30 border: none;
36759a51
RK
31 border-radius: 3px 0px 0px 3px;
32}
33
34.searchbar-engine-button:-moz-locale-dir(rtl) {
35 border-radius: 0px 3px 3px 0px;
319c6529
RK
36}
37
1e29db46 38.searchbar-engine-button[open="true"] {
56f2a618
RK
39 background-color: #FF9F00;
40}
41
319c6529
RK
42.searchbar-engine-button > .button-box {
43 padding: 0;
44 border: 0;
45}
46
47.searchbar-dropmarker-image {
56f2a618 48 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
319c6529
RK
49}
50
51.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
56f2a618 52 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
319c6529
RK
53}
54
55
56/* ::::: search-go-button ::::: */
57
58.search-go-container {
59 -moz-box-align: center;
60}
61
62.search-go-button {
63 padding: 1px;
56f2a618
RK
64 list-style-image: url("chrome://global/skin/icons/search.png");
65 -moz-image-region: rect(0, 16px, 16px, 0);
319c6529
RK
66}
67
68.search-go-button:-moz-system-metric(touch-enabled) {
69 -moz-padding-start: 5px;
70 -moz-padding-end: 3px;
71}
72
73.search-go-button:-moz-locale-dir(rtl) {
71a617ff 74 transform: scaleX(-1);
319c6529
RK
75}
76
77.search-go-button:hover {
319c6529
RK
78}
79
80.search-go-button:hover:active {
319c6529
RK
81}
82
83.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
84 font-weight: bold;
85}