first part of sync for LCARStrek with browser windows theme in Firefox 23 cycle
[themes.git] / EarlyBlue / global / progressmeter.css
CommitLineData
9099c61d
RK
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/. */
128000f4 4
74d14f90 5/* ===== progressmeter.css ==============================================
6 == Styles used by the XUL progressmeter element.
7 ======================================================================= */
f6e0a33f 8
e181d49e
RK
9@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
10
74d14f90 11/* ::::: progressmeter ::::: */
f6e0a33f 12
74d14f90 13progressmeter {
14 margin: 2px 4px;
15 border: 1px inset #CCD0DD;
16 background-color: #999999;
17 min-width: 128px;
e181d49e 18 min-height: 15px;
74d14f90 19}
f6e0a33f 20
74d14f90 21progressmeter[mode="undetermined"] {
22 background-image: url("chrome://global/skin/progressmeter/progressmeter-busy.gif");
23 background-color: #CCD0DD;
24}
76983f4c 25
74d14f90 26.progress-bar {
27 min-width: 0px;
28 background-color: #6699CC;
29}
f6e0a33f 30
74d14f90 31.progress-bar[mode="undetermined"],
32.progress-remainder[mode="undetermined"] {
c34d3367 33 visibility: collapse;
74d14f90 34}
e12e6531 35
74d14f90 36/* ::::: statusbar progressmeter ::::: */
30ca92d0 37
74d14f90 38.progressmeter-statusbar {
02920d2b 39 margin: 0px 2px;
74d14f90 40 border: 1px solid #CCD0DD;
41 background-color: #666699;
e181d49e
RK
42 min-width: 96px;
43 min-height: 16px;
74d14f90 44}