mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Updated Tasks and the delete confirmation modal for new materialize version.
This commit is contained in:
parent
e44ef98be4
commit
3d060e2eef
11 changed files with 76 additions and 41 deletions
|
|
@ -7,10 +7,10 @@
|
|||
<div class="modal-footer">
|
||||
<div class="row">
|
||||
<div class="col s6 m6 l6">
|
||||
<a class="modal-close waves-effect waves-light btn left cancelDelete orange">Cancel</a>
|
||||
<a class="modal-close waves-effect waves-light btn left cancelDelete orange white-text">Cancel</a>
|
||||
</div>
|
||||
<div class="col s6 m6 l6">
|
||||
<a class="waves-effect waves-light btn confirmDelete red right">Delete</a>
|
||||
<a class="waves-effect waves-light btn confirmDelete red white-text right modal-close">Delete</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue