2 -moz-appearance: progressbar
;
6 vertical-align: -0.2em;
8 /* Default style in case of there is -moz-appearance: none; */
9 border: 1px solid ThreeDShadow
;
10 border-right-color: ThreeDHighlight
;
11 border-bottom-color: ThreeDHighlight
;
12 background-color: #e6e6e6;
15 div
.progress-element
.vertical
{
21 -moz-appearance: progresschunk
;
24 * We can't apply the following style to the reference because it will have
25 * underisable effectes:
29 box-sizing: border-box
;
31 /* Default style in case of there is -moz-appearance: none; */
32 background-color: #0064b4;
35 progress
, progress::-moz-progress-bar
, div
.progress-element
, div
.progress-bar
{
36 -moz-appearance: none
;