1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 /* ===== progressmeter.css ==============================================
6 == Styles used by the XUL progressmeter element.
7 ======================================================================= */
9 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
11 /* ::::: progressmeter ::::: */
15 border: 1px solid #FF9F00;
16 background-color: #000000;
21 progressmeter[mode="undetermined"] {
22 background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
23 background-color: #008484;
28 background-color: #008484;
31 .progress-bar[mode="undetermined"],
32 .progress-remainder[mode="undetermined"] {
36 /* ::::: statusbar progressmeter ::::: */
38 .progressmeter-statusbar {
42 background-color: #794900;