mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-17 12:53:24 +00:00
c9e92da374
Change-Id: I131b0d1b8ec992a7c7ad388021febea5a0303d16
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
@progress-height: 3px;
|
|
|
|
.mw-mmv-progress {
|
|
width: 100%;
|
|
height: @progress-height;
|
|
background-color: rgb( 204, 204, 204 );
|
|
margin-top: -@progress-height;
|
|
}
|
|
|
|
.mw-mmv-progress.empty {
|
|
display: none;
|
|
}
|
|
|
|
.mw-mmv-progress-percent {
|
|
width: 0;
|
|
height: @progress-height;
|
|
background-color: rgb( 0, 113, 188 );
|
|
}
|