some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / EarlyBlue / communicator / search / searchbar.css
1 .searchbar-textbox {
2   width: 6em;
3   min-width: 6em;
4   margin: 0;
5   margin-inline-start: 3px;
6 }
7
8 .searchbar-textbox > .autocomplete-textbox-container {
9   padding: 2px;
10 }
11
12 /* ::::: search bar ::::: */
13
14 .autocomplete-treebody::-moz-tree-cell-text(datalist-first, treecolAutoCompleteComment) {
15   color: #808080;
16   font-size: smaller;
17 }
18
19 .autocomplete-treebody::-moz-tree-cell(datalist-first) {
20   border-top: 1px solid #808080;
21 }
22
23 /* ::::: searchbar-engine-button ::::: */
24
25 .searchbar-engine-image {
26   height: 16px;
27   width: 16px;
28   list-style-image: url("chrome://communicator/skin/directory/file.gif");
29 }
30
31 .toolbarbutton-menu-dropmarker {
32   list-style-image: url("chrome://global/skin/arrow/arrow-down.gif");
33 }
34
35
36 /* ::::: search-go-button ::::: */
37
38 .search-go-container {
39   -moz-box-align: center;
40 }
41
42 .search-go-button {
43   padding-inline-end: 2px;
44   list-style-image: url("chrome://global/skin/icons/search.png");
45   -moz-image-region: rect(0, 16px, 16px, 0);
46 }
47
48 .search-go-button:-moz-system-metric(touch-enabled) {
49   padding-inline-start: 5px;
50   padding-inline-end: 3px;
51 }
52
53 .search-go-button:-moz-locale-dir(rtl) {
54   transform: scaleX(-1);
55 }
56
57 .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text {
58   font-weight: bold;
59 }