start working on new version of Firefox LCARStrek theme by moving old theming to...
[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 > .button-box {
34   padding: 0;
35   border: 0;
36 }
37
38 .searchbar-dropmarker-image {
39   list-style-image: url("mainwindow-dropdown-arrow.png");
40   -moz-image-region: rect(0, 13px, 11px, 0);
41 }
42
43 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
44   -moz-image-region: rect(0, 26px, 11px, 13px);
45 }
46
47
48 /* ::::: search-go-button ::::: */
49
50 .search-go-container {
51   -moz-box-align: center;
52 }
53
54 .search-go-button {
55   padding: 1px;
56   list-style-image: url("chrome://global/skin/icons/Search-glass.png");
57   -moz-image-region: rect(0px 16px 16px 0px);
58 }
59
60 .search-go-button:-moz-system-metric(touch-enabled) {
61   -moz-padding-start: 5px;
62   -moz-padding-end: 3px;
63 }
64
65 .search-go-button:-moz-locale-dir(rtl) {
66   -moz-transform: scaleX(-1);
67 }
68
69 .search-go-button:hover {
70   -moz-image-region: rect(0px 32px 16px 16px);
71 }
72
73 .search-go-button:hover:active {
74   -moz-image-region: rect(0px, 48px, 16px, 32px);
75 }
76
77 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
78   font-weight: bold;
79 }