mediawiki-extensions-Multim.../resources/mmv/ui/mmv.ui.progressBar.less
Gergő Tisza c9e92da374 Split the progress bar into a component of its own.
Change-Id: I131b0d1b8ec992a7c7ad388021febea5a0303d16
2014-04-21 22:27:59 +00:00

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 );
}