1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/themes/windows/global/progressmeter.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,43 @@ 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 +/* ===== progressmeter.css ============================================== 1.9 + == Styles used by the XUL progressmeter element. 1.10 + ======================================================================= */ 1.11 + 1.12 +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); 1.13 + 1.14 +/* ::::: progressmeter ::::: */ 1.15 + 1.16 +progressmeter { 1.17 + -moz-appearance: progressbar; 1.18 + margin: 2px 4px; 1.19 + border: 2px solid; 1.20 + -moz-border-top-colors: ThreeDShadow -moz-Dialog; 1.21 + -moz-border-right-colors: ThreeDHighlight -moz-Dialog; 1.22 + -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; 1.23 + -moz-border-left-colors: ThreeDShadow -moz-Dialog; 1.24 + background-color: -moz-Dialog; 1.25 + min-width: 128px; 1.26 + min-height: 15px; 1.27 +} 1.28 + 1.29 +.progress-bar 1.30 +{ 1.31 + -moz-appearance: progresschunk; 1.32 + min-width: 0px; 1.33 + background-color: ThreeDShadow; 1.34 +} 1.35 + 1.36 +/* ::::: statusbar progressmeter ::::: */ 1.37 + 1.38 +.progressmeter-statusbar { 1.39 + margin: 0; 1.40 + border: 0px; 1.41 + -moz-border-top-colors: ThreeDHighlight -moz-Dialog; 1.42 + -moz-border-right-colors: ThreeDShadow -moz-Dialog; 1.43 + -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; 1.44 + -moz-border-left-colors: ThreeDHighlight -moz-Dialog; 1.45 + min-width: 96px; 1.46 +}