diff --git a/wp-content/themes/apus-theme/assets/css/tables-apu.css b/wp-content/themes/apus-theme/assets/css/tables-apu.css index 65f2e55e..27f52ae7 100644 --- a/wp-content/themes/apus-theme/assets/css/tables-apu.css +++ b/wp-content/themes/apus-theme/assets/css/tables-apu.css @@ -101,6 +101,17 @@ z-index: 10; } +/* ESPECIAL: Primera fila de .analisis cuando NO tiene + (para tablas de resumen que solo tienen ) */ +.analisis table tbody tr:first-child td { + background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%); + color: #ffffff; + font-weight: 600; + text-align: center !important; + padding: 1rem; + border: none; +} + /* ======================================== FILAS NORMALES ======================================== */ @@ -142,22 +153,28 @@ font-size: 0.9em; } -/* Columnas 4, 5, 6: Cantidad, Costo, Importe - derecha con fuente monospace */ +/* Columnas 4, 5, 6 en .analisis: Cantidad, Costo, Importe - con fuente monospace */ .analisis table td:nth-child(4), .analisis table td.c4, -.desglose table td.c4, .analisis table td:nth-child(5), .analisis table td.c5, -.desglose table td.c5, .analisis table td:nth-child(6), -.analisis table td.c6, -.desglose table td.c6 { +.analisis table td.c6 { text-align: right !important; font-family: 'Courier New', Courier, monospace; font-weight: 500; color: #1e3a5f; } +/* Columnas 4, 5, 6 en .desglose: Cantidad, Costo, Importe - SIN fuente monospace */ +.desglose table td.c4, +.desglose table td.c5, +.desglose table td.c6 { + text-align: right !important; + font-weight: 500; + color: #1e3a5f; +} + /* ======================================== HOVER EN FILAS DE DATOS ======================================== */