sync both themes with toolkit winstripe changes of 13 cycle
[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 }
32
33 .searchbar-engine-button[open="true"] {
34   background-color: #FF9F00;
35 }
36
37 .searchbar-engine-button > .button-box {
38   padding: 0;
39   border: 0;
40 }
41
42 .searchbar-dropmarker-image {
43   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
44 }
45
46 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
47   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
48 }
49
50
51 /* ::::: search-go-button ::::: */
52
53 .search-go-container {
54   -moz-box-align: center;
55 }
56
57 .search-go-button {
58   padding: 1px;
59   list-style-image: url("chrome://global/skin/icons/search.png");
60   -moz-image-region: rect(0, 16px, 16px, 0);
61 }
62
63 .search-go-button:-moz-system-metric(touch-enabled) {
64   -moz-padding-start: 5px;
65   -moz-padding-end: 3px;
66 }
67
68 .search-go-button:-moz-locale-dir(rtl) {
69   -moz-transform: scaleX(-1);
70 }
71
72 .search-go-button:hover {
73 }
74
75 .search-go-button:hover:active {
76 }
77
78 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
79   font-weight: bold;
80 }