mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Thicken the left border on ticket replies for more prominent type of reply
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user