mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +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'}}>
|
||||
<ProgressBar
|
||||
now={Math.ceil(overallProgress)}
|
||||
label={getLangText('Overall progress%s', ': %(percent)s%')}
|
||||
label={'%(percent)s%'}
|
||||
className="ascribe-progress-bar"
|
||||
style={style} />
|
||||
</div>
|
||||
|
@ -172,6 +172,12 @@
|
||||
> .progress-bar {
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user