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 | /* ===== progressmeter.css ============================================== |
michael@0 | 6 | == Styles used by the XUL progressmeter element. |
michael@0 | 7 | ======================================================================= */ |
michael@0 | 8 | |
michael@0 | 9 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
michael@0 | 10 | |
michael@0 | 11 | /* ::::: progressmeter ::::: */ |
michael@0 | 12 | |
michael@0 | 13 | progressmeter { |
michael@0 | 14 | -moz-appearance: progressbar; |
michael@0 | 15 | margin: 2px 4px; |
michael@0 | 16 | border: 2px solid; |
michael@0 | 17 | -moz-border-top-colors: ThreeDShadow -moz-Dialog; |
michael@0 | 18 | -moz-border-right-colors: ThreeDHighlight -moz-Dialog; |
michael@0 | 19 | -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; |
michael@0 | 20 | -moz-border-left-colors: ThreeDShadow -moz-Dialog; |
michael@0 | 21 | background-color: -moz-Dialog; |
michael@0 | 22 | min-width: 128px; |
michael@0 | 23 | min-height: 15px; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | .progress-bar |
michael@0 | 27 | { |
michael@0 | 28 | -moz-appearance: progresschunk; |
michael@0 | 29 | min-width: 0px; |
michael@0 | 30 | background-color: ThreeDShadow; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | /* ::::: statusbar progressmeter ::::: */ |
michael@0 | 34 | |
michael@0 | 35 | .progressmeter-statusbar { |
michael@0 | 36 | margin: 0; |
michael@0 | 37 | border: 0px; |
michael@0 | 38 | -moz-border-top-colors: ThreeDHighlight -moz-Dialog; |
michael@0 | 39 | -moz-border-right-colors: ThreeDShadow -moz-Dialog; |
michael@0 | 40 | -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; |
michael@0 | 41 | -moz-border-left-colors: ThreeDHighlight -moz-Dialog; |
michael@0 | 42 | min-width: 96px; |
michael@0 | 43 | } |