Agregue calendario, trendria q dejar de usar cdn y nose si algo mas.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user