0fe5dd59f0ff963b5e99ca4dc79ab576dbe7c0d8
[themes.git] / LCARStrek / 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://global/skin/filepicker/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-engine-button["open=true"] {
26   background-color: #FF9F00;
27 }
28
29 .searchbar-dropmarker-image {
30   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
31 }
32
33 .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image {
34   list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif");
35 }
36
37
38 /* ::::: search-go-button ::::: */
39
40 .search-go-container {
41   -moz-box-align: center;
42 }
43
44 .search-go-button {
45   padding: 1px;
46   -moz-padding-end: 2px;
47   list-style-image: url("chrome://global/skin/icons/search.png");
48   -moz-image-region: rect(0, 16px, 16px, 0);
49 }
50
51 .search-go-button:-moz-system-metric(touch-enabled) {
52   -moz-padding-start: 5px;
53   -moz-padding-end: 3px;
54 }
55
56 .search-go-button:-moz-locale-dir(rtl) {
57   -moz-transform: scaleX(-1);
58 }
59
60 .search-go-button:hover {
61 }
62
63 .search-go-button:hover:active {
64 }
65
66 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
67   font-weight: bold;
68 }