mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Show solid green button for success buttons
This commit is contained in:
parent
717df79e16
commit
ce3e5c829b
3 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@
|
|||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-outline-secondary" data-dismiss="modal">Cancel</button>
|
||||
<button type="button" class="btn btn-outline-success" onclick={{action 'onUpdate'}}>Save</button>
|
||||
<button type="button" class="btn btn-success" onclick={{action 'onUpdate'}}>Save</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue