Revision control

Copy as Markdown

Other Tools

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== progressmeter.css ==============================================
== Styles used by the XUL progressmeter element.
======================================================================= */
/* ::::: progressmeter ::::: */
progressmeter {
margin: 2px 4px;
border: 1px solid;
border-top-color: #8997A1;
border-right-color: #C7D0D9;
border-bottom-color: #C7D0D9;
border-left-color: #8997A1;
min-width: 128px;
height: 14px;
}
progressmeter[mode="undetermined"] {
}
.progress-bar {
min-width: 0px;
background-color: #6B7B8D;
}
.progress-bar[mode="undetermined"],
.progress-remainder[mode="undetermined"] {
visibility: hidden;
}
/* ::::: statusbar progressmeter ::::: */
.progressmeter-statusbar {
margin: 0;
border-bottom-color: transparent;
border-top-color: #C7D0D9;
border-right-color: #8997A1;
border-left-color: #C7D0D9;
}