dc54dbb4cadb60980a5aea64009da56d0272ed80
[themes.git] / LCARStrek / browser / searchbar.css
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;
31   border-radius: 3px 0px 0px 3px;
32 }
33
34 .searchbar-engine-button:-moz-locale-dir(rtl) {
35   border-radius: 0px 3px 3px 0px;
36 }
37
38 .searchbar-engine-button[open="true"] {
39   background-color: #FF9F00;
40 }
41
42 .searchbar-engine-button > .button-box {
43   padding: 0;
44   border: 0;
45 }
46
47 .searchbar-dropmarker-image {
48   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
49 }
50
51 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
52   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
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;
64   list-style-image: url("chrome://global/skin/icons/search.png");
65   -moz-image-region: rect(0, 16px, 16px, 0);
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) {
74   transform: scaleX(-1);
75 }
76
77 .search-go-button:hover {
78 }
79
80 .search-go-button:hover:active {
81 }
82
83 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
84   font-weight: bold;
85 }