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; }
|
||||
.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; }
|
||||
|
||||
Reference in New Issue
Block a user