1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/themes/windows/searchbar.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,76 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +.autocomplete-textbox-container { 1.9 + -moz-box-align: stretch; 1.10 +} 1.11 + 1.12 +.textbox-input-box { 1.13 + margin: 0; 1.14 +} 1.15 + 1.16 +/* ::::: searchbar-engine-button ::::: */ 1.17 + 1.18 +.searchbar-engine-image { 1.19 + height: 16px; 1.20 + width: 16px; 1.21 + list-style-image: url("chrome://global/skin/icons/folder-item.png"); 1.22 + -moz-image-region: rect(0px, 16px, 16px, 0px); 1.23 + -moz-margin-start: 2px; 1.24 +} 1.25 + 1.26 +.searchbar-engine-button { 1.27 + -moz-appearance: none; 1.28 + min-width: 0; 1.29 + margin: 0; 1.30 + padding: 0; 1.31 + -moz-padding-end: 2px; 1.32 + -moz-box-align: center; 1.33 + background: none; 1.34 + border: none; 1.35 +} 1.36 + 1.37 +.searchbar-engine-button > .button-box { 1.38 + -moz-appearance: none; 1.39 + padding: 0; 1.40 + border: 0; 1.41 +} 1.42 + 1.43 +.searchbar-dropmarker-image { 1.44 + list-style-image: url("chrome://browser/skin/searchbar-dropdown-arrow.png"); 1.45 + -moz-image-region: rect(0, 13px, 11px, 0); 1.46 +} 1.47 + 1.48 +.searchbar-engine-button[open="true"] > .searchbar-dropmarker-image { 1.49 + -moz-image-region: rect(0, 26px, 11px, 13px); 1.50 +} 1.51 + 1.52 + 1.53 +/* ::::: search-go-button ::::: */ 1.54 + 1.55 +.search-go-container { 1.56 + -moz-box-align: center; 1.57 +} 1.58 + 1.59 +.search-go-button { 1.60 + padding: 1px; 1.61 + list-style-image: url("chrome://global/skin/icons/Search-glass.png"); 1.62 + -moz-image-region: rect(0px 16px 16px 0px); 1.63 +} 1.64 + 1.65 +.search-go-button:-moz-locale-dir(rtl) { 1.66 + transform: scaleX(-1); 1.67 +} 1.68 + 1.69 +.search-go-button:hover { 1.70 + -moz-image-region: rect(0px 32px 16px 16px); 1.71 +} 1.72 + 1.73 +.search-go-button:hover:active { 1.74 + -moz-image-region: rect(0px, 48px, 16px, 32px); 1.75 +} 1.76 + 1.77 +.searchbar-engine-menuitem[selected="true"] > .menu-iconic-text { 1.78 + font-weight: bold; 1.79 +}