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: .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-button ::::: */ michael@0: michael@0: .searchbar-engine-image { michael@0: height: 16px; michael@0: width: 16px; michael@0: list-style-image: url("chrome://global/skin/icons/folder-item.png"); michael@0: -moz-image-region: rect(0px, 16px, 16px, 0px); 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: padding: 0; michael@0: -moz-padding-end: 2px; michael@0: -moz-box-align: center; michael@0: background: none; michael@0: border: none; michael@0: } michael@0: michael@0: .searchbar-engine-button > .button-box { michael@0: -moz-appearance: none; michael@0: padding: 0; michael@0: border: 0; michael@0: } michael@0: michael@0: .searchbar-dropmarker-image { michael@0: list-style-image: url("chrome://browser/skin/searchbar-dropdown-arrow.png"); michael@0: -moz-image-region: rect(0, 13px, 11px, 0); michael@0: } michael@0: michael@0: .searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { michael@0: -moz-image-region: rect(0, 26px, 11px, 13px); michael@0: } michael@0: michael@0: michael@0: /* ::::: search-go-button ::::: */ michael@0: 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("chrome://global/skin/icons/Search-glass.png"); michael@0: -moz-image-region: rect(0px 16px 16px 0px); michael@0: } michael@0: michael@0: .search-go-button:-moz-locale-dir(rtl) { michael@0: transform: scaleX(-1); michael@0: } michael@0: michael@0: .search-go-button:hover { michael@0: -moz-image-region: rect(0px 32px 16px 16px); michael@0: } michael@0: michael@0: .search-go-button:hover:active { michael@0: -moz-image-region: rect(0px, 48px, 16px, 32px); michael@0: } michael@0: michael@0: .searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { michael@0: font-weight: bold; michael@0: }