diff --git a/static_assets/css/theme.css b/static_assets/css/theme.css index 0001f12..56cbc23 100755 --- a/static_assets/css/theme.css +++ b/static_assets/css/theme.css @@ -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; } diff --git a/views/electricity/index.php b/views/electricity/index.php index 9a452b5..d6885b2 100755 --- a/views/electricity/index.php +++ b/views/electricity/index.php @@ -193,7 +193,7 @@ foreach ($matrix['houses'] as $house): -