make loop button work in both throttled and unthrottled setups
[themes.git] / LCARStrek / browser / searchbar.css
CommitLineData
45dc7657
RK
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/. */
319c6529
RK
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/filepicker/file.gif");
19 -moz-margin-start: 2px;
20}
21
22.searchbar-engine-button {
23 min-width: 0;
24 margin: 0;
25 padding: 0;
26 -moz-padding-end: 2px;
27 -moz-box-align: center;
28 background: none;
29 border: none;
36759a51
RK
30 border-radius: 3px 0px 0px 3px;
31}
32
33.searchbar-engine-button:-moz-locale-dir(rtl) {
34 border-radius: 0px 3px 3px 0px;
319c6529
RK
35}
36
df1d9c69
RK
37.searchbar-engine-button:hover {
38 background-color: #FFCF00;
39}
40
1e29db46 41.searchbar-engine-button[open="true"] {
56f2a618
RK
42 background-color: #FF9F00;
43}
44
319c6529
RK
45.searchbar-engine-button > .button-box {
46 padding: 0;
47 border: 0;
48}
49
50.searchbar-dropmarker-image {
56f2a618 51 list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
319c6529
RK
52}
53
df1d9c69 54.searchbar-engine-button:hover > .searchbar-dropmarker-image,
319c6529 55.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
56f2a618 56 list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
319c6529
RK
57}
58
59
60/* ::::: search-go-button ::::: */
61
62.search-go-container {
63 -moz-box-align: center;
64}
65
66.search-go-button {
67 padding: 1px;
56f2a618
RK
68 list-style-image: url("chrome://global/skin/icons/search.png");
69 -moz-image-region: rect(0, 16px, 16px, 0);
319c6529
RK
70}
71
319c6529 72.search-go-button:-moz-locale-dir(rtl) {
71a617ff 73 transform: scaleX(-1);
319c6529
RK
74}
75
76.search-go-button:hover {
319c6529
RK
77}
78
79.search-go-button:hover:active {
319c6529
RK
80}
81
82.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
83 font-weight: bold;
84}