v1.3.0 - dezenter Rahmen um Farbvorgabe
This commit is contained in:
@@ -271,8 +271,7 @@ require_once 'inc/header.php';
|
||||
<div>
|
||||
<p class="fw-bold mb-1"><?= date('d.m.Y H:i', strtotime($m['meeting_date'])) ?></p>
|
||||
<div class="d-flex align-items-center mb-1">
|
||||
<div class="rounded me-2" style="background-color: <?= htmlspecialchars($m['hex_code']); ?>; width: 20px; height: 20px;"></div>
|
||||
<span><?= htmlspecialchars($m['color_name']); ?></span>
|
||||
<div class="me-2" style="background-color: <?= htmlspecialchars($m['hex_code']); ?>; width: 20px; height: 20px; border: 1px solid #ccc; border-radius: 2px;"></div> <span><?= htmlspecialchars($m['color_name']); ?></span>
|
||||
</div>
|
||||
<p class="text-muted small mb-0">Grund: <?= htmlspecialchars($m['reason']); ?></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user