Agregue calendario, trendria q dejar de usar cdn y nose si algo mas.

This commit is contained in:
2026-02-20 18:36:06 -03:00
parent e8bece9037
commit 8102265f92
8 changed files with 532 additions and 242 deletions
+21
View File
@@ -49,4 +49,25 @@
::-webkit-scrollbar-thumb:hover {
background: #ccff00; /* Verde Neón */
}
.fc .fc-button-primary {
background-color: #ccff00 !important; /* neon lime */
border-color: #ccff00 !important;
color: #000 !important;
}
.fc .fc-button-primary:hover {
background-color: #b3e600 !important;
border-color: #b3e600 !important;
}
.fc .fc-button-primary:disabled {
background-color: #444 !important;
border-color: #444 !important;
color: #aaa !important;
}
.fc-daygrid-event-dot {
display: none;
}