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