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