Add a classname to the loading bar (#1826)

This commit is contained in:
Alda Marteau-Hardi 2017-04-15 13:17:54 +02:00 committed by Eugen
parent b857551617
commit bddd36f260
2 changed files with 9 additions and 1 deletions

View file

@ -141,7 +141,7 @@ const UI = React.createClass({
{mountedColumns}
<NotificationsContainer />
<LoadingBarContainer style={{ backgroundColor: '#2b90d9', left: '0', top: '0' }} />
<LoadingBarContainer className="loading-bar" />
<ModalContainer />
<UploadArea active={draggingOver} />
</div>