Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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 | border-radius: 10000px; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | .searchbar-engine-button { |
michael@0 | 10 | -moz-padding-start: 6px; |
michael@0 | 11 | -moz-padding-end: 2px; |
michael@0 | 12 | margin: 0; |
michael@0 | 13 | -moz-margin-end: 2px; |
michael@0 | 14 | -moz-appearance: none; |
michael@0 | 15 | min-width: 0; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | .searchbar-popup { |
michael@0 | 19 | margin-top: 4px; |
michael@0 | 20 | -moz-margin-start: 3px; |
michael@0 | 21 | } |
michael@0 | 22 | |
michael@0 | 23 | .searchbar-textbox > .autocomplete-textbox-container > .textbox-input-box { |
michael@0 | 24 | margin: 0; |
michael@0 | 25 | padding: 3px 0 2px; |
michael@0 | 26 | height: 20px; |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | .searchbar-engine-image { |
michael@0 | 30 | width: 16px; |
michael@0 | 31 | height: 16px; |
michael@0 | 32 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | .searchbar-dropmarker-image { |
michael@0 | 36 | list-style-image: url("chrome://browser/skin/searchbar-dropmarker.png"); |
michael@0 | 37 | -moz-margin-start: 2px; |
michael@0 | 38 | } |
michael@0 | 39 | |
michael@0 | 40 | .search-go-container { |
michael@0 | 41 | -moz-box-align: center; |
michael@0 | 42 | -moz-padding-end: 6px; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | .search-go-button { |
michael@0 | 46 | list-style-image: url("chrome://browser/skin/Search.png"); |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | @media (min-resolution: 2dppx) { |
michael@0 | 50 | .searchbar-engine-image, |
michael@0 | 51 | .searchbar-engine-menuitem > .menu-iconic-left > .menu-iconic-icon { |
michael@0 | 52 | image-rendering: -moz-crisp-edges; |
michael@0 | 53 | } |
michael@0 | 54 | |
michael@0 | 55 | .searchbar-engine-image { |
michael@0 | 56 | list-style-image: url("chrome://mozapps/skin/places/defaultFavicon@2x.png"); |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | .searchbar-dropmarker-image { |
michael@0 | 60 | list-style-image: url("chrome://browser/skin/searchbar-dropmarker@2x.png"); |
michael@0 | 61 | width: 7px; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | .search-go-button { |
michael@0 | 65 | list-style-image: url("chrome://browser/skin/Search@2x.png"); |
michael@0 | 66 | width: 14px; |
michael@0 | 67 | } |
michael@0 | 68 | } |