Deletes and Archivs are now red text

This commit is contained in:
johnnyq
2021-08-11 17:45:11 -04:00
parent f6f611667f
commit ffc6ce00ca
29 changed files with 33 additions and 31 deletions

View File

@@ -195,7 +195,7 @@
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#editTripModal<?php echo $trip_id; ?>">Edit</a>
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#addTripCopyModal<?php echo $trip_id; ?>">Copy</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="post.php?delete_trip=<?php echo $trip_id; ?>">Delete</a>
<a class="dropdown-item text-danger" href="post.php?delete_trip=<?php echo $trip_id; ?>">Delete</a>
</div>
</div>
</td>