michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: .searchbar-textbox { michael@0: min-height: 22px; michael@0: background-color: -moz-field; michael@0: } michael@0: michael@0: .autocomplete-textbox-container { michael@0: -moz-box-align: stretch; michael@0: } michael@0: michael@0: .textbox-input-box { michael@0: margin: 0; michael@0: } michael@0: michael@0: .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { michael@0: font-weight: bold; michael@0: } michael@0: michael@0: /* Engine button */ michael@0: .searchbar-engine-image { michael@0: height: 16px; michael@0: width: 16px; michael@0: list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); michael@0: -moz-margin-start: 2px; michael@0: } michael@0: michael@0: .searchbar-engine-button { michael@0: -moz-appearance: none; michael@0: min-width: 0; michael@0: margin: 0; michael@0: border: 0; michael@0: -moz-box-align: center; michael@0: background-color: transparent; michael@0: } michael@0: michael@0: .searchbar-engine-button > .button-box { michael@0: -moz-appearance: none; michael@0: padding: 2px 0; michael@0: -moz-padding-end: 2px; michael@0: border: 0; michael@0: } michael@0: michael@0: .searchbar-dropmarker-image { michael@0: -moz-appearance: toolbarbutton-dropdown !important; michael@0: width: 12px; michael@0: height: 12px; michael@0: } michael@0: michael@0: /* Search go button */ michael@0: .search-go-container { michael@0: -moz-box-align: center; michael@0: } michael@0: michael@0: .search-go-button { michael@0: padding: 1px; michael@0: list-style-image: url(moz-icon://stock/gtk-find?size=menu); michael@0: cursor: pointer; michael@0: } michael@0: michael@0: menuitem[cmd="cmd_clearhistory"] { michael@0: list-style-image: url("moz-icon://stock/gtk-clear?size=menu"); michael@0: } michael@0: michael@0: menuitem[cmd="cmd_clearhistory"][disabled] { michael@0: list-style-image: url("moz-icon://stock/gtk-clear?size=menu&state=disabled"); michael@0: } michael@0: