Skip to content

Commit

Permalink
Merge branch 'issue-2676-delete-button-red-color' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKulagin committed Apr 20, 2018
2 parents 4ebc472 + ae7e431 commit 7dd042e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</div>
<div class="modal-footer">
<span class="btn btn-default" data-dismiss="modal">@T("Admin.Common.NoCancel")</span>
<button type="submit" class="btn btn-primary pull-right">@T("Admin.Common.Delete")</button>
<button type="submit" class="btn bg-red pull-right">@T("Admin.Common.Delete")</button>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</div>
<div class="modal-footer">
<span class="btn btn-default" data-dismiss="modal">@T("Admin.Common.NoCancel")</span>
<button type="submit" class="btn btn-primary pull-right">
<button type="submit" class="btn bg-red pull-right">
@T("Admin.Common.Delete")
</button>
</div>
Expand Down

0 comments on commit 7dd042e

Please sign in to comment.