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: border-radius: 10000px; michael@0: } michael@0: michael@0: .searchbar-engine-button { michael@0: -moz-padding-start: 6px; michael@0: -moz-padding-end: 2px; michael@0: margin: 0; michael@0: -moz-margin-end: 2px; michael@0: -moz-appearance: none; michael@0: min-width: 0; michael@0: } michael@0: michael@0: .searchbar-popup { michael@0: margin-top: 4px; michael@0: -moz-margin-start: 3px; michael@0: } michael@0: michael@0: .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box { michael@0: margin: 0; michael@0: padding: 3px 0 2px; michael@0: height: 20px; michael@0: } michael@0: michael@0: .searchbar-engine-image { michael@0: width: 16px; michael@0: height: 16px; michael@0: list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); michael@0: } michael@0: michael@0: .searchbar-dropmarker-image { michael@0: list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png"); michael@0: -moz-margin-start: 2px; michael@0: } michael@0: michael@0: .search-go-container { michael@0: -moz-box-align: center; michael@0: -moz-padding-end: 6px; michael@0: } michael@0: michael@0: .search-go-button { michael@0: list-style-image: url("chrome://browser/skin/Search.png"); michael@0: } michael@0: michael@0: @media (min-resolution: 2dppx) { michael@0: .searchbar-engine-image, michael@0: .searchbar-engine-menuitem > .menu-iconic-left > .menu-iconic-icon { michael@0: image-rendering: -moz-crisp-edges; michael@0: } michael@0: michael@0: .searchbar-engine-image { michael@0: list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); michael@0: } michael@0: michael@0: .searchbar-dropmarker-image { michael@0: list-style-image: url("chrome://browser/skin/searchbar-dropmarker@2x.png"); michael@0: width: 7px; michael@0: } michael@0: michael@0: .search-go-button { michael@0: list-style-image: url("chrome://browser/skin/Search@2x.png"); michael@0: width: 14px; michael@0: } michael@0: }