fix styling on media tag download button

This commit is contained in:
ansuz
2017-07-04 10:28:50 +02:00
parent 1fd0ba488a
commit 43b877ad27
2 changed files with 3 additions and 1 deletions

View File

@@ -1239,7 +1239,7 @@ define([
var sizeMb = Cryptpad.bytesToMegabytes(size);
var $btn = $(root).find('button');
$btn.addClass('btn btn-primary btn-success')
$btn.addClass('btn btn-success')
.attr('type', 'download')
.html(function (i, html) {
var text = Messages.download_mt_button + '<br>';