1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-28 16:50:06 +01:00

Correzione stile Fullcalendar per weekend

This commit is contained in:
Dasc3er 2021-04-12 09:26:54 +02:00
parent 4c41d3ec12
commit 1e5693bbc8

View File

@ -1063,3 +1063,8 @@ div.tip {
.div-loading {
opacity: 0.5;
}
/* Stile Fullcalendar per weekend */
.fc-sat, .fc-sun {
background-color: rgba(255, 99, 71, 0.6) !important;
}