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 | .searchbar-textbox { |
michael@0 | 6 | min-height: 22px; |
michael@0 | 7 | background-color: -moz-field; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | .autocomplete-textbox-container { |
michael@0 | 11 | -moz-box-align: stretch; |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | .textbox-input-box { |
michael@0 | 15 | margin: 0; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { |
michael@0 | 19 | font-weight: bold; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | /* Engine button */ |
michael@0 | 23 | .searchbar-engine-image { |
michael@0 | 24 | height: 16px; |
michael@0 | 25 | width: 16px; |
michael@0 | 26 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
michael@0 | 27 | -moz-margin-start: 2px; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | .searchbar-engine-button { |
michael@0 | 31 | -moz-appearance: none; |
michael@0 | 32 | min-width: 0; |
michael@0 | 33 | margin: 0; |
michael@0 | 34 | border: 0; |
michael@0 | 35 | -moz-box-align: center; |
michael@0 | 36 | background-color: transparent; |
michael@0 | 37 | } |
michael@0 | 38 | |
michael@0 | 39 | .searchbar-engine-button > .button-box { |
michael@0 | 40 | -moz-appearance: none; |
michael@0 | 41 | padding: 2px 0; |
michael@0 | 42 | -moz-padding-end: 2px; |
michael@0 | 43 | border: 0; |
michael@0 | 44 | } |
michael@0 | 45 | |
michael@0 | 46 | .searchbar-dropmarker-image { |
michael@0 | 47 | -moz-appearance: toolbarbutton-dropdown !important; |
michael@0 | 48 | width: 12px; |
michael@0 | 49 | height: 12px; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | /* Search go button */ |
michael@0 | 53 | .search-go-container { |
michael@0 | 54 | -moz-box-align: center; |
michael@0 | 55 | } |
michael@0 | 56 | |
michael@0 | 57 | .search-go-button { |
michael@0 | 58 | padding: 1px; |
michael@0 | 59 | list-style-image: url(moz-icon://stock/gtk-find?size=menu); |
michael@0 | 60 | cursor: pointer; |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | menuitem[cmd="cmd_clearhistory"] { |
michael@0 | 64 | list-style-image: url("moz-icon://stock/gtk-clear?size=menu"); |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | menuitem[cmd="cmd_clearhistory"][disabled] { |
michael@0 | 68 | list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled"); |
michael@0 | 69 | } |
michael@0 | 70 |