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