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: /* ===== progressmeter.css ============================================== michael@0: == Styles used by the XUL progressmeter element. michael@0: ======================================================================= */ michael@0: michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: /* ::::: progressmeter ::::: */ michael@0: michael@0: progressmeter { michael@0: -moz-appearance: progressbar; michael@0: margin: 2px 4px; michael@0: border: 2px solid; michael@0: -moz-border-top-colors: ThreeDShadow -moz-Dialog; michael@0: -moz-border-right-colors: ThreeDHighlight -moz-Dialog; michael@0: -moz-border-bottom-colors: ThreeDHighlight -moz-Dialog; michael@0: -moz-border-left-colors: ThreeDShadow -moz-Dialog; michael@0: background-color: -moz-Dialog; michael@0: min-width: 128px; michael@0: min-height: 15px; michael@0: } michael@0: michael@0: .progress-bar michael@0: { michael@0: -moz-appearance: progresschunk; michael@0: min-width: 0px; michael@0: background-color: ThreeDShadow; michael@0: } michael@0: michael@0: /* ::::: statusbar progressmeter ::::: */ michael@0: michael@0: .progressmeter-statusbar { michael@0: margin: 0; michael@0: border: 0px; michael@0: -moz-border-top-colors: ThreeDHighlight -moz-Dialog; michael@0: -moz-border-right-colors: ThreeDShadow -moz-Dialog; michael@0: -moz-border-bottom-colors: ThreeDShadow -moz-Dialog; michael@0: -moz-border-left-colors: ThreeDHighlight -moz-Dialog; michael@0: min-width: 96px; michael@0: }