Added More red text to delete and cancel dropdown options Some UI Cleanup in ticket details

This commit is contained in:
johnnyq
2021-08-21 01:06:29 -04:00
parent 61710eecf6
commit 6a8283200f
5 changed files with 20 additions and 14 deletions

View File

@@ -142,7 +142,7 @@ if(isset($_GET['quote_id'])){
<?php } ?>
<a class="dropdown-item" target="_blank" href="guest_view_quote.php?quote_id=<?php echo "$quote_id&url_key=$quote_url_key"; ?>">Guest URL</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Delete</a>
<a class="dropdown-item text-danger" href="#">Delete</a>
</div>
</div>
</div>