mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Make overall upload progress percentage more visible
This commit is contained in:
parent
465bed94a2
commit
efcc24ab96
@ -48,7 +48,7 @@ let FileDragAndDropPreviewProgress = React.createClass({
|
|||||||
<div style={{marginTop: '2em'}}>
|
<div style={{marginTop: '2em'}}>
|
||||||
<ProgressBar
|
<ProgressBar
|
||||||
now={Math.ceil(overallProgress)}
|
now={Math.ceil(overallProgress)}
|
||||||
label={getLangText('Overall progress%s', ': %(percent)s%')}
|
label={'%(percent)s%'}
|
||||||
className="ascribe-progress-bar"
|
className="ascribe-progress-bar"
|
||||||
style={style} />
|
style={style} />
|
||||||
</div>
|
</div>
|
||||||
|
@ -172,6 +172,12 @@
|
|||||||
> .progress-bar {
|
> .progress-bar {
|
||||||
background-color: $ascribe-dark-blue;
|
background-color: $ascribe-dark-blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
font-size: 1.25em;
|
||||||
|
color: white;
|
||||||
|
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ascribe-progress-bar-xs {
|
.ascribe-progress-bar-xs {
|
||||||
|
Loading…
Reference in New Issue
Block a user