Fix: Add dark mode support for Total column in luz_camara

This commit is contained in:
2026-02-22 13:50:26 -06:00
parent ada8a7548c
commit cbf7bcd5a4
2 changed files with 2 additions and 1 deletions

View File

@@ -180,6 +180,7 @@ a:hover { color: var(--link-hover-color); }
.pending { background-color: var(--status-pending-bg) !important; color: var(--status-pending-text) !important; }
.partial { background-color: var(--status-partial-bg) !important; color: var(--status-partial-text) !important; }
.inactive { background-color: var(--status-inactive-bg) !important; color: var(--status-inactive-text) !important; }
.table-total { background-color: var(--bs-table-hover-bg) !important; color: var(--bs-body-color) !important; }
/* --- OTROS --- */
.stat-card { transition: transform 0.2s; }

View File

@@ -193,7 +193,7 @@ foreach ($matrix['houses'] as $house):
<?php
endforeach; ?>
<td class="text-end fw-bold table-active">
<td class="text-end fw-bold table-total">
$
<?= number_format($houseTotal, 2)?>
</td>