6366e63df2ebfa6edd435b54e55eb2df742dc437
[themes.git] / EarlyBlue / communicator / search / searchbar.css
1 .searchbar-textbox {
2   width: 6em;
3   min-width: 6em;
4 }
5
6 .textbox-input-box {
7   margin: 0;
8 }
9
10 /* ::::: searchbar-engine-button ::::: */
11
12 .searchbar-engine-image {
13   height: 16px;
14   width: 16px;
15   list-style-image: url("chrome://communicator/skin/directory/file.gif");
16   -moz-margin-start: 2px;
17 }
18
19 .searchbar-engine-button {
20   min-width: 0;
21   -moz-padding-end: 2px;
22   background-color: transparent;
23 }
24
25 .searchbar-dropmarker-image {
26   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
27 }
28
29
30 /* ::::: search-go-button ::::: */
31
32 .search-go-container {
33   -moz-box-align: center;
34 }
35
36 .search-go-button {
37   padding: 1px;
38   -moz-padding-end: 2px;
39   list-style-image: url("chrome://global/skin/icons/search.png");
40   -moz-image-region: rect(0, 16px, 16px, 0);
41 }
42
43 .search-go-button:-moz-system-metric(touch-enabled) {
44   -moz-padding-start: 5px;
45   -moz-padding-end: 3px;
46 }
47
48 .search-go-button:-moz-locale-dir(rtl) {
49   -moz-transform: scaleX(-1);
50 }
51
52 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
53   font-weight: bold;
54 }