From b4c0270dedc560233fe93f440e5b29d050868834 Mon Sep 17 00:00:00 2001 From: marsalva Date: Sat, 21 Feb 2026 16:50:52 +0000 Subject: [PATCH] Actualizar agenda.html --- agenda.html | 199 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 185 insertions(+), 14 deletions(-) diff --git a/agenda.html b/agenda.html index cec1d8b..544b8f6 100644 --- a/agenda.html +++ b/agenda.html @@ -10,6 +10,10 @@ .fade-in { animation: fadeIn 0.3s ease-in-out; } .scroller::-webkit-scrollbar { width: 6px; } .scroller::-webkit-scrollbar-thumb { background-color: #cbd5e1; border-radius: 4px; } + /* Clases para tabs activas/inactivas */ + .tab-active { color: #2563eb; border-bottom-width: 3px; border-color: #2563eb; font-weight: 900; } + .tab-inactive { color: #64748b; font-weight: 500; border-bottom-width: 3px; border-color: transparent; } + .tab-inactive:hover { color: #334155; } @@ -27,20 +31,86 @@ Control de Agenda -
- -
+ +
-
-
+ +
+

Cargando solicitudes...

+ + +
@@ -85,9 +155,28 @@ \ No newline at end of file