| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| 4 | |
| 5 | .autocomplete-textbox-container { |
| 6 | -moz-box-align: stretch; |
| 7 | } |
| 8 | |
| 9 | .textbox-input-box { |
| 10 | margin: 0; |
| 11 | } |
| 12 | |
| 13 | /* ::::: searchbar-engine-button ::::: */ |
| 14 | |
| 15 | .searchbar-engine-image { |
| 16 | height: 16px; |
| 17 | width: 16px; |
| 18 | list-style-image: url("chrome://global/skin/filepicker/file.gif"); |
| 19 | -moz-margin-start: 2px; |
| 20 | } |
| 21 | |
| 22 | .searchbar-engine-button { |
| 23 | min-width: 0; |
| 24 | margin: 0; |
| 25 | padding: 0; |
| 26 | -moz-padding-end: 2px; |
| 27 | -moz-box-align: center; |
| 28 | background: none; |
| 29 | border: none; |
| 30 | border-radius: 3px 0px 0px 3px; |
| 31 | } |
| 32 | |
| 33 | .searchbar-engine-button:-moz-locale-dir(rtl) { |
| 34 | border-radius: 0px 3px 3px 0px; |
| 35 | } |
| 36 | |
| 37 | .searchbar-engine-button:hover { |
| 38 | background-color: #FFCF00; |
| 39 | } |
| 40 | |
| 41 | .searchbar-engine-button[open="true"] { |
| 42 | background-color: #FF9F00; |
| 43 | } |
| 44 | |
| 45 | .searchbar-engine-button > .button-box { |
| 46 | padding: 0; |
| 47 | border: 0; |
| 48 | } |
| 49 | |
| 50 | .searchbar-dropmarker-image { |
| 51 | list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); |
| 52 | } |
| 53 | |
| 54 | .searchbar-engine-button:hover > .searchbar-dropmarker-image, |
| 55 | .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { |
| 56 | list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); |
| 57 | } |
| 58 | |
| 59 | |
| 60 | /* ::::: search-go-button ::::: */ |
| 61 | |
| 62 | .search-go-container { |
| 63 | -moz-box-align: center; |
| 64 | } |
| 65 | |
| 66 | .search-go-button { |
| 67 | padding: 1px; |
| 68 | list-style-image: url("chrome://global/skin/icons/search.png"); |
| 69 | -moz-image-region: rect(0, 16px, 16px, 0); |
| 70 | } |
| 71 | |
| 72 | .search-go-button:-moz-locale-dir(rtl) { |
| 73 | transform: scaleX(-1); |
| 74 | } |
| 75 | |
| 76 | .search-go-button:hover { |
| 77 | } |
| 78 | |
| 79 | .search-go-button:hover:active { |
| 80 | } |
| 81 | |
| 82 | .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { |
| 83 | font-weight: bold; |
| 84 | } |