Fix: Add dark mode support for Total column in luz_camara
This commit is contained in:
@@ -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; }
|
.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; }
|
.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; }
|
.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 --- */
|
/* --- OTROS --- */
|
||||||
.stat-card { transition: transform 0.2s; }
|
.stat-card { transition: transform 0.2s; }
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ foreach ($matrix['houses'] as $house):
|
|||||||
<?php
|
<?php
|
||||||
endforeach; ?>
|
endforeach; ?>
|
||||||
|
|
||||||
<td class="text-end fw-bold table-active">
|
<td class="text-end fw-bold table-total">
|
||||||
$
|
$
|
||||||
<?= number_format($houseTotal, 2)?>
|
<?= number_format($houseTotal, 2)?>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user