Thicken the left border on ticket replies for more prominent type of reply

This commit is contained in:
johnnyq 2025-08-13 13:35:29 -04:00
parent 337ceb7477
commit 890e166d1c
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ if (isset($_GET['ticket_id'])) {
?>
<!-- Begin ticket reply card -->
<div class="card border-left border-<?php if ($ticket_reply_type == 'Internal') { echo "dark"; } elseif ($ticket_reply_type == 'Client') { echo "warning"; } else { echo "info"; } ?> mb-3">
<div class="card border-left border-<?php if ($ticket_reply_type == 'Internal') { echo "dark"; } elseif ($ticket_reply_type == 'Client') { echo "warning"; } else { echo "info"; } ?> mb-3" style="border-left-width: 8px !important;">
<div class="card-header">
<div class="d-flex justify-content-between align-items-center w-100">
<!-- Left side content -->