aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/generic_modal.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/generic_modal.tpl')
-rw-r--r--view/tpl/generic_modal.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/generic_modal.tpl b/view/tpl/generic_modal.tpl
index 2bbea42b3..0af44c269 100644
--- a/view/tpl/generic_modal.tpl
+++ b/view/tpl/generic_modal.tpl
@@ -7,7 +7,7 @@
</div>
<div class="modal-body" id="generic-modal-body-{{$id}}"></div>
<div class="modal-footer">
- <button id="generic-modal-cancel-{{$id}}" type="button" class="btn btn-default" data-dismiss="modal">{{$cancel}}</button>
+ <button id="generic-modal-cancel-{{$id}}" type="button" class="btn btn-outline-secondary" data-dismiss="modal">{{$cancel}}</button>
{{if $ok}}
<button id="generic-modal-ok-{{$id}}" type="button" class="btn btn-primary">{{$ok}}</button>
{{/if}}